Changes in uspace/app/sbi/src/rdata_t.h [051bc69a:c5cb943d] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/sbi/src/rdata_t.h
r051bc69a rc5cb943d 71 71 * 72 72 * 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 instance73 * symbol is non static, @c obj points to the object the symbol 74 74 * belongs to. 75 75 */ 76 76 typedef 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. */ 78 78 struct rdata_var *obj; 79 79 … … 107 107 /** Class of this object (symbol) */ 108 108 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; 109 112 110 113 /** Map field name SID to field data */
Note:
See TracChangeset
for help on using the changeset viewer.