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


Ignore:
Timestamp:
2010-06-09T19:01:08Z (14 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1113c9e
Parents:
051bc69a
Message:

Update SBI to rev. 291.

File:
1 edited

Legend:

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

    r051bc69a rc5cb943d  
    7171 *
    7272 * A delegate variable points to a static or non-static symbol. If the
    73  * symbol is non static, @c obj points to the object the symbol instance
     73 * symbol is non static, @c obj points to the object the symbol
    7474 * belongs to.
    7575 */
    7676typedef struct {
    77         /** Object or @c NULL if deleg. points to a CSI or static member. */
     77        /** Object or @c NULL if deleg. points to a static function. */
    7878        struct rdata_var *obj;
    7979
     
    107107        /** Class of this object (symbol) */
    108108        struct stree_symbol *class_sym;
     109
     110        /** @c sn_static if this is a static object (i.e. class object) */
     111        statns_t static_obj;
    109112
    110113        /** Map field name SID to field data */
Note: See TracChangeset for help on using the changeset viewer.