Ignore:
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.