Changes in uspace/app/sbi/src/rdata_t.h [051b3db8:c5cb943d] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/sbi/src/rdata_t.h
r051b3db8 rc5cb943d 1 1 /* 2 * Copyright (c) 201 1Jiri Svoboda2 * Copyright (c) 2010 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 272 272 typedef struct rdata_value { 273 273 /** 274 * Read-only Variable holding a copy of the data. Currently we don't 275 * allow sharing the same @c var node between different value nodes 276 * so that when destroying the value we can destroy the var. 277 * 278 * We could share this, but would need to reference-count it. 274 * Read-only Variable holding a copy of the data. The same @c var 275 * can be shared between different instances of @c rdata_value_t. 279 276 */ 280 277 rdata_var_t *var;
Note:
See TracChangeset
for help on using the changeset viewer.