 |
pacemaker
2.0.3-4b1f869f0f
Scalable High-Availability cluster resource manager
|
Go to the documentation of this file.
10 #ifndef LRMD_INTERNAL__H
11 #define LRMD_INTERNAL__H
15 #include <libxml/tree.h>
20 const char *node, uint32_t nodeid,
21 const char *attr_name,
const char *attr_value);
23 const char *node, uint32_t nodeid,
const char *state);
25 const char *target,
const char *task,
26 const char *desc,
int op_rc);
31 const char *msg_type);
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)
int lrmd_send_node_alert(lrmd_t *lrmd, GList *alert_list, const char *node, uint32_t nodeid, const char *state)
int lrmd_tls_send_msg(crm_remote_t *session, xmlNode *msg, uint32_t id, const char *msg_type)