#include <nebstructs.h>
Data Fields | |
int | type |
int | flags |
int | attr |
timeval | timestamp |
int | eventhandler_type |
char * | host_name |
char * | service_description |
int | state_type |
int | state |
int | timeout |
char * | command_name |
char * | command_args |
char * | command_line |
timeval | start_time |
timeval | end_time |
int | early_timeout |
double | execution_time |
int | return_code |
char * | output |
void * | object_ptr |
int attr |
char* command_args |
char* command_line |
char* command_name |
int early_timeout |
struct timeval end_time |
double execution_time |
int flags |
char* host_name |
void* object_ptr |
char* output |
int return_code |
char* service_description |
struct timeval start_time |
int state |
int state_type |
int timeout |
struct timeval timestamp |
int type |