DnxResultTransfer Struct Reference

The result data structure passed from server to plugin. More...

#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.


Detailed Description

The result data structure passed from server to plugin.

Definition at line 78 of file dnxNebMain.h.


Field Documentation

The message transfer header.

Definition at line 80 of file dnxNebMain.h.

Referenced by dnxPostResult(), dnxResultsListener(), and ProcessResultTransferMsg().

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().

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().

A variable length result data buffer.

Definition at line 87 of file dnxNebMain.h.

Referenced by dnxPostResult(), and ProcessResultTransferMsg().


The documentation for this struct was generated from the following file:

Generated on Tue Apr 13 15:48:08 2010 for DNX by  doxygen 1.5.6