pacemaker
1.1.18-7fdfbbe
Scalable High-Availability cluster resource manager
|
Go to the source code of this file.
Functions | |
int | lrmd_send_attribute_alert (lrmd_t *lrmd, GList *alert_list, const char *node, uint32_t nodeid, const char *attr_name, const char *attr_value) |
int | lrmd_send_node_alert (lrmd_t *lrmd, GList *alert_list, const char *node, uint32_t nodeid, const char *state) |
int | lrmd_send_fencing_alert (lrmd_t *lrmd, GList *alert_list, const char *target, const char *task, const char *desc, int op_rc) |
int | lrmd_send_resource_alert (lrmd_t *lrmd, GList *alert_list, const char *node, lrmd_event_data_t *op) |
int lrmd_send_attribute_alert | ( | lrmd_t * | lrmd, |
GList * | alert_list, | ||
const char * | node, | ||
uint32_t | nodeid, | ||
const char * | attr_name, | ||
const char * | attr_value | ||
) |
Definition at line 220 of file lrmd_alerts.c.
int lrmd_send_fencing_alert | ( | lrmd_t * | lrmd, |
GList * | alert_list, | ||
const char * | target, | ||
const char * | task, | ||
const char * | desc, | ||
int | op_rc | ||
) |
Definition at line 292 of file lrmd_alerts.c.
int lrmd_send_node_alert | ( | lrmd_t * | lrmd, |
GList * | alert_list, | ||
const char * | node, | ||
uint32_t | nodeid, | ||
const char * | state | ||
) |
Definition at line 257 of file lrmd_alerts.c.
int lrmd_send_resource_alert | ( | lrmd_t * | lrmd, |
GList * | alert_list, | ||
const char * | node, | ||
lrmd_event_data_t * | op | ||
) |
Definition at line 327 of file lrmd_alerts.c.