pacemaker
2.1.4-dc6eb4362
Scalable High-Availability cluster resource manager
|
Go to the source code of this file.
Functions | |
G_GNUC_INTERNAL enum cluster_type_e | pcmk__corosync_detect (void) |
G_GNUC_INTERNAL bool | pcmk__corosync_has_nodelist (void) |
G_GNUC_INTERNAL char * | pcmk__corosync_uuid (crm_node_t *peer) |
G_GNUC_INTERNAL char * | pcmk__corosync_name (uint64_t cmap_handle, uint32_t nodeid) |
G_GNUC_INTERNAL gboolean | pcmk__corosync_connect (crm_cluster_t *cluster) |
G_GNUC_INTERNAL void | pcmk__corosync_disconnect (crm_cluster_t *cluster) |
G_GNUC_INTERNAL gboolean | pcmk__cpg_send_xml (xmlNode *msg, crm_node_t *node, enum crm_ais_msg_types dest) |
G_GNUC_INTERNAL gboolean pcmk__corosync_connect | ( | crm_cluster_t * | cluster | ) |
Definition at line 451 of file corosync.c.
G_GNUC_INTERNAL enum cluster_type_e pcmk__corosync_detect | ( | void | ) |
Definition at line 496 of file corosync.c.
G_GNUC_INTERNAL void pcmk__corosync_disconnect | ( | crm_cluster_t * | cluster | ) |
Definition at line 223 of file corosync.c.
G_GNUC_INTERNAL bool pcmk__corosync_has_nodelist | ( | void | ) |
Definition at line 730 of file corosync.c.
G_GNUC_INTERNAL char* pcmk__corosync_name | ( | uint64_t | cmap_handle, |
uint32_t | nodeid | ||
) |
Definition at line 101 of file corosync.c.
G_GNUC_INTERNAL char* pcmk__corosync_uuid | ( | crm_node_t * | peer | ) |
Definition at line 55 of file corosync.c.
G_GNUC_INTERNAL gboolean pcmk__cpg_send_xml | ( | xmlNode * | msg, |
crm_node_t * | node, | ||
enum crm_ais_msg_types | dest | ||
) |