#include <dnxNebMain.h>
Data Fields | |
DnxMsgHeader | hdr |
The message transfer header. | |
unsigned long | serial |
The serial number of the associated job. | |
void * | payload |
An opaque value used by the result poster. | |
time_t | start_time |
The start time of the job. | |
unsigned | delta |
The delta between start and end time. | |
int | early_timeout |
A boolean flag indicating early timeout. | |
int | res_code |
The result code of the check. | |
char | res_data [1] |
A variable length result data buffer. |
Definition at line 78 of file dnxNebMain.h.
The message transfer header.
Definition at line 80 of file dnxNebMain.h.
Referenced by dnxPostResult(), dnxResultsListener(), and ProcessResultTransferMsg().
unsigned long DnxResultTransfer::serial |
The serial number of the associated job.
Definition at line 81 of file dnxNebMain.h.
Referenced by dnxPostResult(), and ProcessResultTransferMsg().
An opaque value used by the result poster.
Definition at line 82 of file dnxNebMain.h.
Referenced by dnxPostResult(), and ProcessResultTransferMsg().
The start time of the job.
Definition at line 83 of file dnxNebMain.h.
Referenced by dnxPostResult(), and ProcessResultTransferMsg().
unsigned DnxResultTransfer::delta |
The delta between start and end time.
Definition at line 84 of file dnxNebMain.h.
Referenced by dnxPostResult(), and ProcessResultTransferMsg().
A boolean flag indicating early timeout.
Definition at line 85 of file dnxNebMain.h.
Referenced by dnxPostResult(), and ProcessResultTransferMsg().
The result code of the check.
Definition at line 86 of file dnxNebMain.h.
Referenced by dnxPostResult(), and ProcessResultTransferMsg().
char DnxResultTransfer::res_data[1] |
A variable length result data buffer.
Definition at line 87 of file dnxNebMain.h.
Referenced by dnxPostResult(), and ProcessResultTransferMsg().