Data Fields | |
DnxChannel * | channel |
The dispatcher com channel. | |
DnxQueue * | rqueue |
The registered node requests queue. | |
pthread_t | tid |
The registrar thread id. | |
DnxChannel * | dispchan |
Definition at line 51 of file dnxRegistrar.c.
The dispatcher com channel.
Definition at line 53 of file dnxRegistrar.c.
Referenced by dnxRegistrar(), and dnxRegistrarCreate().
The registered node requests queue.
The registered worker node requests queue.
Definition at line 54 of file dnxRegistrar.c.
Referenced by dnxDeregisterNode(), dnxGetNodeRequest(), dnxRegisterNode(), dnxRegistrarCreate(), and dnxRegistrarDestroy().
pthread_t iDnxRegistrar_::tid |
The registrar thread id.
The registrar thread id.
Definition at line 55 of file dnxRegistrar.c.
Referenced by dnxRegistrarCreate(), and dnxRegistrarDestroy().
The dispatch communications channel.
Definition at line 57 of file dnxRegistrar.c.
Referenced by dnxRegistrar(), and dnxRegistrarCreate().