Changeset fa36f29 in mainline for uspace/app/sbi/src/rdata_t.h
- Timestamp:
- 2010-02-27T17:59:14Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 94d484a
- Parents:
- 09ababb7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/sbi/src/rdata_t.h
r09ababb7 rfa36f29 74 74 75 75 /** Map field name SID to field data */ 76 intmap_t *fields; /* of (rdata_var_t *) */76 intmap_t fields; /* of (rdata_var_t *) */ 77 77 } rdata_object_t; 78 78 … … 141 141 * assignment operator. 142 142 */ 143 typedef struct {143 typedef struct rdata_item { 144 144 item_class_t ic; 145 145
Note:
See TracChangeset
for help on using the changeset viewer.