Changeset fa36f29 in mainline for uspace/app/sbi/src/rdata_t.h


Ignore:
Timestamp:
2010-02-27T17:59:14Z (14 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
94d484a
Parents:
09ababb7
Message:

Update SBI to rev. 75.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/sbi/src/rdata_t.h

    r09ababb7 rfa36f29  
    7474
    7575        /** Map field name SID to field data */
    76         intmap_t *fields; /* of (rdata_var_t *) */
     76        intmap_t fields; /* of (rdata_var_t *) */
    7777} rdata_object_t;
    7878
     
    141141 * assignment operator.
    142142 */
    143 typedef struct {
     143typedef struct rdata_item {
    144144        item_class_t ic;
    145145
Note: See TracChangeset for help on using the changeset viewer.