Changeset a66ea217 in mainline for uspace/app/bithenge/transform.h
- Timestamp:
- 2012-08-08T00:52:22Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d8bd2ec
- Parents:
- ad5c8a48
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bithenge/transform.h
rad5c8a48 ra66ea217 58 58 bithenge_node_t **params; 59 59 bithenge_node_t *current_node; 60 bithenge_node_t *in_node; 60 61 } bithenge_scope_t; 61 62 … … 153 154 void bithenge_scope_dec_ref(bithenge_scope_t *); 154 155 bithenge_scope_t *bithenge_scope_outer(bithenge_scope_t *); 156 bithenge_node_t *bithenge_scope_get_current_node(bithenge_scope_t *); 155 157 void bithenge_scope_set_current_node(bithenge_scope_t *, bithenge_node_t *); 158 bithenge_node_t *bithenge_scope_in_node(bithenge_scope_t *); 159 void bithenge_scope_set_in_node(bithenge_scope_t *, bithenge_node_t *); 156 160 void bithenge_scope_set_barrier(bithenge_scope_t *); 157 161 bool bithenge_scope_is_barrier(bithenge_scope_t *); 158 bithenge_node_t *bithenge_scope_get_current_node(bithenge_scope_t *);159 162 int bithenge_scope_alloc_params(bithenge_scope_t *, int); 160 163 int bithenge_scope_set_param(bithenge_scope_t *, int, bithenge_node_t *);
Note:
See TracChangeset
for help on using the changeset viewer.