#include <dnxProtocol.h>
Data Fields | |
DnxObjType | objType |
Type of object sending message. | |
unsigned long | objSerial |
Serial number of this request. | |
unsigned long | objSlot |
Request queue slot number. |
Definition at line 180 of file dnxProtocol.h.
Type of object sending message.
Definition at line 182 of file dnxProtocol.h.
Referenced by dnxEqualXIDs(), and dnxMakeXID().
unsigned long DnxXID::objSerial |
Serial number of this request.
Definition at line 183 of file dnxProtocol.h.
Referenced by dnxAuditJob(), dnxCollector(), dnxCompareNodeReq(), dnxEqualXIDs(), dnxJobListAdd(), dnxJobListCollect(), dnxJobListDispatch(), dnxMakeXID(), dnxPostNewJob(), dnxSendJobMsg(), dnxTimer(), and dnxWorker().
unsigned long DnxXID::objSlot |
Request queue slot number.
Definition at line 184 of file dnxProtocol.h.
Referenced by dnxAuditJob(), dnxCollector(), dnxCompareNodeReq(), dnxEqualXIDs(), dnxJobListAdd(), dnxJobListCollect(), dnxJobListDispatch(), dnxMakeXID(), dnxSendJobMsg(), dnxTimer(), and dnxWorker().