Changeset 0191bd3 in mainline for uspace/app/bithenge/test.c


Ignore:
Timestamp:
2012-08-07T04:30:04Z (12 years ago)
Author:
Sean Bartell <wingedtachikoma@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a8be91a
Parents:
f9c314a5
Message:

Bithenge: keep track of outer scopes and find parameters there

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/bithenge/test.c

    rf9c314a5 r0191bd3  
    7373                bithenge_node_t *node = NULL, *node2 = NULL;
    7474
    75                 rc = bithenge_scope_new(&scope);
     75                rc = bithenge_scope_new(&scope, NULL);
    7676                if (rc != EOK) {
    7777                        printf("Error creating scope: %s\n", str_error(rc));
Note: See TracChangeset for help on using the changeset viewer.