pacemaker  3.0.0-d8340737c4
Scalable High-Availability cluster resource manager
Functions
crmcluster_private.h File Reference
#include <stdbool.h>
#include <stdint.h>
#include <glib.h>
#include <libxml/tree.h>
#include <crm/cluster.h>
#include <crm/cluster/internal.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 void pcmk__cluster_set_quorum (bool quorate)
 
G_GNUC_INTERNAL void election_fini (pcmk_cluster_t *cluster)
 

Function Documentation

◆ election_fini()

G_GNUC_INTERNAL void election_fini ( pcmk_cluster_t cluster)

Definition at line 156 of file election.c.

◆ pcmk__cluster_set_quorum()

G_GNUC_INTERNAL void pcmk__cluster_set_quorum ( bool  quorate)

Definition at line 108 of file membership.c.