|
clsync
|

Data Fields | ||
| ino_t | inode | |
| dev_t | device | |
| int | fd | |
| int | dir_fd | |
| char * | name | |
| size_t | name_len | |
| uint32_t | name_hash | |
| unsigned char | type | |
| size_t | changelist_id | |
| struct monobj * | parent | |
| union { | ||
| GTree * children_tree | ||
| struct monobj * origin | ||
| }; | ||
Definition at line 40 of file mon_kqueue.c.
| union { ... } monobj |
| size_t monobj::changelist_id |
Definition at line 49 of file mon_kqueue.c.
| GTree* monobj::children_tree |
Definition at line 55 of file mon_kqueue.c.
| dev_t monobj::device |
Definition at line 42 of file mon_kqueue.c.
| int monobj::dir_fd |
Definition at line 44 of file mon_kqueue.c.
| int monobj::fd |
Definition at line 43 of file mon_kqueue.c.
| ino_t monobj::inode |
Definition at line 41 of file mon_kqueue.c.
| char* monobj::name |
Definition at line 45 of file mon_kqueue.c.
| uint32_t monobj::name_hash |
Definition at line 47 of file mon_kqueue.c.
| size_t monobj::name_len |
Definition at line 46 of file mon_kqueue.c.
| struct monobj* monobj::origin |
Definition at line 57 of file mon_kqueue.c.
| struct monobj* monobj::parent |
Definition at line 50 of file mon_kqueue.c.
| unsigned char monobj::type |
Definition at line 48 of file mon_kqueue.c.