|
nckernel
0.1
|
#include <object.h>

Data Fields | |
| int(* | copy )(struct object *src, struct object *dest) |
| int(* | create )(struct object *obj, void *data) |
| int(* | destroy )(struct object *obj) |
| struct object *(* | link )(struct object *object) |
Definition at line 14 of file object.h.
Referenced by object_copy().
| int(* create)(struct object *obj, void *data) |
Definition at line 17 of file object.h.
Referenced by object_create(), and thread_create().
| int(* destroy)(struct object *obj) |
Definition at line 16 of file object.h.
Referenced by object_destroy().
Definition at line 13 of file object.h.
Referenced by object_link().
1.8.4