10#ifndef PCMK__CRM_CIB__H
11# define PCMK__CRM_CIB__H
30# define CIB_FEATURE_SET "2.0"
56#define CIB_LIBRARY "libcib.so.54"
62#if !defined(PCMK_ALLOW_DEPRECATED) || (PCMK_ALLOW_DEPRECATED == 1)
cib_t * cib_shadow_new(const char *name)
cib_t * cib_remote_new(const char *server, const char *user, const char *passwd, int port, gboolean encrypted)
cib_t * cib_new_no_shadow(void)
Create a new CIB connection object, ignoring any active shadow CIB.
void cib_delete(cib_t *cib)
Free all memory used by CIB connection.
char * get_shadow_file(const char *name)
int num_cib_op_callbacks(void)
cib_t * cib_new(void)
Create a new CIB connection object.
cib_t * cib_native_new(void)
void remove_cib_op_callback(int call_id, gboolean all_callbacks)
cib_t * cib_file_new(const char *filename)
void cib_dump_pending_callbacks(void)
void cib_free_callbacks(cib_t *cib)
Free all callbacks for a CIB connection.
void cib_free_notify(cib_t *cib)
Deprecated CIB utilities.
Data types for Cluster Information Base access.
IPC interface to Pacemaker daemons.
Wrappers for and extensions to libxml2.