pacemaker  2.1.0-7c3f660
Scalable High-Availability cluster resource manager
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
crmcluster_private.h File Reference
#include <stdint.h>
#include <glib.h>
#include <libxml/tree.h>
#include <crm/cluster.h>
Include dependency graph for crmcluster_private.h:
This graph shows which files directly or indirectly include this file:

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_tcmap_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)
 

Function Documentation

G_GNUC_INTERNAL gboolean pcmk__corosync_connect ( crm_cluster_t cluster)

Definition at line 435 of file corosync.c.

G_GNUC_INTERNAL enum cluster_type_e pcmk__corosync_detect ( void  )

Definition at line 480 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 714 of file corosync.c.

G_GNUC_INTERNAL char* pcmk__corosync_name ( uint64_tcmap_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 
)

Definition at line 877 of file cpg.c.