pacemaker  2.1.7-0f7f88312f
Scalable High-Availability cluster resource manager
Functions
compat.h File Reference

Deprecated Pacemaker cluster API. More...

#include <libxml/tree.h>
#include <crm/cluster.h>
Include dependency graph for compat.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int crm_terminate_member (int nodeid, const char *uname, void *unused)
 
int crm_terminate_member_no_mainloop (int nodeid, const char *uname, int *connection)
 
void set_uuid (xmlNode *xml, const char *attr, crm_node_t *node)
 

Detailed Description

Deprecated Pacemaker cluster API.

Deprecated:
Do not include this header directly. The cluster APIs in this header, and the header itself, will be removed in a future release.

Definition in file compat.h.

Function Documentation

◆ crm_terminate_member()

int crm_terminate_member ( int  nodeid,
const char *  uname,
void *  unused 
)

Definition at line 1354 of file membership.c.

◆ crm_terminate_member_no_mainloop()

int crm_terminate_member_no_mainloop ( int  nodeid,
const char *  uname,
int *  connection 
)

Definition at line 1360 of file membership.c.

◆ set_uuid()

void set_uuid ( xmlNode *  xml,
const char *  attr,
crm_node_t node 
)

Definition at line 400 of file cluster.c.