Data Fields | |
char * | chname |
char * | url |
DnxJobList * | joblist |
DnxChannel * | channel |
pthread_t | tid |
Definition at line 50 of file dnxCollector.c.
char * iDnxCollector_::chname |
The collector channel name.
Definition at line 52 of file dnxCollector.c.
Referenced by dnxCollectorCreate(), and dnxCollectorDestroy().
char * iDnxCollector_::url |
The collector channel URL.
Definition at line 53 of file dnxCollector.c.
Referenced by dnxCollectorCreate(), and dnxCollectorDestroy().
The job list we're collecting for.
Definition at line 54 of file dnxCollector.c.
Referenced by dnxCollector(), and dnxCollectorCreate().
Collector communications channel.
Definition at line 55 of file dnxCollector.c.
Referenced by dnxCollector(), dnxCollectorCreate(), and dnxCollectorDestroy().
pthread_t iDnxCollector_::tid |
The collector thread id.
Definition at line 56 of file dnxCollector.c.
Referenced by dnxCollectorCreate(), and dnxCollectorDestroy().