Changeset 6be4142 in mainline for uspace/app/bithenge/transform.h


Ignore:
Timestamp:
2012-08-12T04:53:47Z (12 years ago)
Author:
Sean Bartell <wingedtachikoma@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1b6b76d
Parents:
0153c87
Message:

Bithenge: print transform errors; fixes and fat.bh improvements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/bithenge/transform.h

    r0153c87 r6be4142  
    5454        unsigned int refs;
    5555        struct bithenge_scope *outer;
     56        char *error;
    5657        bool barrier;
    5758        int num_params;
     
    152153void bithenge_scope_dec_ref(bithenge_scope_t *);
    153154bithenge_scope_t *bithenge_scope_outer(bithenge_scope_t *);
     155const char *bithenge_scope_get_error(bithenge_scope_t *);
     156int bithenge_scope_error(bithenge_scope_t *, const char *, ...);
    154157bithenge_node_t *bithenge_scope_get_current_node(bithenge_scope_t *);
    155158void bithenge_scope_set_current_node(bithenge_scope_t *, bithenge_node_t *);
Note: See TracChangeset for help on using the changeset viewer.