#include <stdint.h>
#include <glib.h>
#include <libxml/tree.h>
#include <crm/cluster.h>
Go to the source code of this file.
◆ pcmk__corosync_connect()
G_GNUC_INTERNAL int pcmk__corosync_connect |
( |
pcmk_cluster_t * |
cluster | ) |
|
◆ pcmk__corosync_disconnect()
G_GNUC_INTERNAL void pcmk__corosync_disconnect |
( |
pcmk_cluster_t * |
cluster | ) |
|
◆ pcmk__corosync_has_nodelist()
G_GNUC_INTERNAL bool pcmk__corosync_has_nodelist |
( |
void |
| ) |
|
◆ pcmk__corosync_is_active()
G_GNUC_INTERNAL bool pcmk__corosync_is_active |
( |
void |
| ) |
|
◆ pcmk__corosync_is_peer_active()
G_GNUC_INTERNAL bool pcmk__corosync_is_peer_active |
( |
const crm_node_t * |
node | ) |
|
◆ pcmk__corosync_name()
G_GNUC_INTERNAL char* pcmk__corosync_name |
( |
uint64_t |
cmap_handle, |
|
|
uint32_t |
nodeid |
|
) |
| |
◆ pcmk__corosync_uuid()
G_GNUC_INTERNAL char* pcmk__corosync_uuid |
( |
const crm_node_t * |
peer | ) |
|
◆ pcmk__cpg_connect()
Connect to Corosync CPG.
- Parameters
-
[in,out] | cluster | Initialized cluster object to connect |
- Returns
- Standard Pacemaker return code
Definition at line 829 of file cpg.c.
◆ pcmk__cpg_disconnect()
◆ pcmk__cpg_local_nodeid()
G_GNUC_INTERNAL uint32_t pcmk__cpg_local_nodeid |
( |
cpg_handle_t |
handle | ) |
|
◆ pcmk__cpg_send_xml()