![]() |
Cluster event notification data.
Definition at line 147 of file as_config.h.
#include "as_config.h"
Data Fields | |
const char * | node_address |
const char * | node_name |
as_cluster_event_type | type |
void * | udata |
const char* as_cluster_event::node_address |
Node IP address in string format.
Definition at line 156 of file as_config.h.
const char* as_cluster_event::node_name |
Node name.
Definition at line 151 of file as_config.h.
as_cluster_event_type as_cluster_event::type |
Cluster event notification type.
Definition at line 166 of file as_config.h.
void* as_cluster_event::udata |
User defined data.
Definition at line 161 of file as_config.h.