Mixe for Privacy and Anonymity in the Internet
|
#include <monitoringDefs.h>
Public Attributes | |
state_type_t | st_type |
status_type_t | st_statusType |
state_level_t | st_stateLevel |
char * | st_description |
struct event * | st_cause |
struct state * | st_prev |
transition_t * | st_transitions |
Definition at line 206 of file monitoringDefs.h.
struct event* state::st_cause |
Definition at line 212 of file monitoringDefs.h.
char* state::st_description |
Definition at line 211 of file monitoringDefs.h.
struct state* state::st_prev |
Definition at line 213 of file monitoringDefs.h.
state_level_t state::st_stateLevel |
Definition at line 210 of file monitoringDefs.h.
status_type_t state::st_statusType |
Definition at line 209 of file monitoringDefs.h.
transition_t* state::st_transitions |
Definition at line 214 of file monitoringDefs.h.
state_type_t state::st_type |
Definition at line 208 of file monitoringDefs.h.