|
nckernel
0.1
|

Data Fields | |
| struct list_head | head |
| const void * | key |
| void * | obj |
| int | refcnt |
| struct list_head head |
Definition at line 13 of file ston.c.
Referenced by ston_create(), ston_destroy(), and ston_fini().
| const void* key |
Definition at line 15 of file ston.c.
Referenced by ston_create().
| void* obj |
Definition at line 16 of file ston.c.
Referenced by ston_create(), and ston_fini().
| int refcnt |
Definition at line 17 of file ston.c.
Referenced by ston_create(), and ston_destroy().
1.8.4