clsync
Loading...
Searching...
No Matches
monobj Struct Reference
Collaboration diagram for monobj:

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 monobjparent
 
union { 
 
   GTree *   children_tree 
 
   struct monobj *   origin 
 
};  
 

Detailed Description

Definition at line 40 of file mon_kqueue.c.

Field Documentation

◆ [union]

union { ... } monobj

◆ changelist_id

size_t monobj::changelist_id

Definition at line 49 of file mon_kqueue.c.

◆ children_tree

GTree* monobj::children_tree

Definition at line 55 of file mon_kqueue.c.

◆ device

dev_t monobj::device

Definition at line 42 of file mon_kqueue.c.

◆ dir_fd

int monobj::dir_fd

Definition at line 44 of file mon_kqueue.c.

◆ fd

int monobj::fd

Definition at line 43 of file mon_kqueue.c.

◆ inode

ino_t monobj::inode

Definition at line 41 of file mon_kqueue.c.

◆ name

char* monobj::name

Definition at line 45 of file mon_kqueue.c.

◆ name_hash

uint32_t monobj::name_hash

Definition at line 47 of file mon_kqueue.c.

◆ name_len

size_t monobj::name_len

Definition at line 46 of file mon_kqueue.c.

◆ origin

struct monobj* monobj::origin

Definition at line 57 of file mon_kqueue.c.

◆ parent

struct monobj* monobj::parent

Definition at line 50 of file mon_kqueue.c.

◆ type

unsigned char monobj::type

Definition at line 48 of file mon_kqueue.c.


The documentation for this struct was generated from the following file: