Data Fields | |
char * | chname |
The dispatcher channel name. | |
char * | url |
The dispatcher channel URL. | |
DnxJobList * | joblist |
The job list we're dispatching from. | |
DnxChannel * | channel |
Dispatcher communications channel. | |
pthread_t | tid |
The dispatcher thread id. |
Definition at line 52 of file dnxDispatcher.c.
char * iDnxDispatcher_::chname |
The dispatcher channel name.
The dispatcher channel name.
Definition at line 54 of file dnxDispatcher.c.
Referenced by dnxDispatcherCreate(), and dnxDispatcherDestroy().
char * iDnxDispatcher_::url |
The dispatcher channel URL.
The dispatcher channel URL.
Definition at line 55 of file dnxDispatcher.c.
Referenced by dnxDispatcherCreate(), and dnxDispatcherDestroy().
The job list we're dispatching from.
The job list we're dispatching from.
Definition at line 56 of file dnxDispatcher.c.
Referenced by dnxDispatcher(), and dnxDispatcherCreate().
Dispatcher communications channel.
Dispatcher communications channel.
Definition at line 57 of file dnxDispatcher.c.
Referenced by dnxDispatcherCreate(), dnxDispatcherDestroy(), and dnxSendJobMsg().
pthread_t iDnxDispatcher_::tid |
The dispatcher thread id.
The dispatcher thread id.
Definition at line 58 of file dnxDispatcher.c.
Referenced by dnxDispatcherCreate(), and dnxDispatcherDestroy().