10 #ifndef PCMK__CRM_CIB__H    11 #  define PCMK__CRM_CIB__H    29 #  define CIB_FEATURE_SET "2.0"    33 #define T_CIB_DIFF_NOTIFY   "cib_diff_notify"    54 #  define CIB_LIBRARY "libcib.so.27" 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)
 
Data types for Cluster Information Base access. 
 
void remove_cib_op_callback(int call_id, gboolean all_callbacks)
 
void cib_free_notify(cib_t *cib)
 
char * get_shadow_file(const char *name)
 
void cib_delete(cib_t *cib)
Free all memory used by CIB connection. 
 
void cib_free_callbacks(cib_t *cib)
Free all callbacks for a CIB connection. 
 
Wrappers for and extensions to libxml2. 
 
cib_t * cib_native_new(void)
 
int num_cib_op_callbacks(void)
 
cib_t * cib_file_new(const char *filename)
 
cib_t * cib_new_no_shadow(void)
 
IPC interface to Pacemaker daemons. 
 
void cib_dump_pending_callbacks(void)