pacemaker  2.1.6-802a72226b
Scalable High-Availability cluster resource manager
Data Structures | Macros | Typedefs | Enumerations | Functions
internal.h File Reference
#include <crm/cib.h>
#include <crm/common/ipc_internal.h>
#include <crm/common/output_internal.h>
Include dependency graph for internal.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  cib_notify_client_s
 
struct  cib_callback_client_s
 
struct  timer_rec_s
 

Macros

#define PCMK__CIB_REQUEST_SECONDARY   "cib_slave"
 
#define PCMK__CIB_REQUEST_ALL_SECONDARY   "cib_slave_all"
 
#define PCMK__CIB_REQUEST_PRIMARY   "cib_master"
 
#define PCMK__CIB_REQUEST_SYNC_TO_ALL   "cib_sync"
 
#define PCMK__CIB_REQUEST_SYNC_TO_ONE   "cib_sync_one"
 
#define PCMK__CIB_REQUEST_IS_PRIMARY   "cib_ismaster"
 
#define PCMK__CIB_REQUEST_BUMP   "cib_bump"
 
#define PCMK__CIB_REQUEST_QUERY   "cib_query"
 
#define PCMK__CIB_REQUEST_CREATE   "cib_create"
 
#define PCMK__CIB_REQUEST_MODIFY   "cib_modify"
 
#define PCMK__CIB_REQUEST_DELETE   "cib_delete"
 
#define PCMK__CIB_REQUEST_ERASE   "cib_erase"
 
#define PCMK__CIB_REQUEST_REPLACE   "cib_replace"
 
#define PCMK__CIB_REQUEST_APPLY_PATCH   "cib_apply_diff"
 
#define PCMK__CIB_REQUEST_UPGRADE   "cib_upgrade"
 
#define PCMK__CIB_REQUEST_ABS_DELETE   "cib_delete_alt"
 
#define PCMK__CIB_REQUEST_NOOP   "noop"
 
#define PCMK__CIB_REQUEST_SHUTDOWN   "cib_shutdown_req"
 
#define F_CIB_CLIENTID   "cib_clientid"
 
#define F_CIB_CALLOPTS   "cib_callopt"
 
#define F_CIB_CALLID   "cib_callid"
 
#define F_CIB_CALLDATA   "cib_calldata"
 
#define F_CIB_OPERATION   "cib_op"
 
#define F_CIB_ISREPLY   "cib_isreplyto"
 
#define F_CIB_SECTION   "cib_section"
 
#define F_CIB_HOST   "cib_host"
 
#define F_CIB_RC   "cib_rc"
 
#define F_CIB_UPGRADE_RC   "cib_upgrade_rc"
 
#define F_CIB_DELEGATED   "cib_delegated_from"
 
#define F_CIB_OBJID   "cib_object"
 
#define F_CIB_OBJTYPE   "cib_object_type"
 
#define F_CIB_EXISTING   "cib_existing_object"
 
#define F_CIB_SEENCOUNT   "cib_seen"
 
#define F_CIB_TIMEOUT   "cib_timeout"
 
#define F_CIB_UPDATE   "cib_update"
 
#define F_CIB_GLOBAL_UPDATE   "cib_update"
 
#define F_CIB_UPDATE_RESULT   "cib_update_result"
 
#define F_CIB_CLIENTNAME   "cib_clientname"
 
#define F_CIB_NOTIFY_TYPE   "cib_notify_type"
 
#define F_CIB_NOTIFY_ACTIVATE   "cib_notify_activate"
 
#define F_CIB_UPDATE_DIFF   "cib_update_diff"
 
#define F_CIB_USER   "cib_user"
 
#define F_CIB_LOCAL_NOTIFY_ID   "cib_local_notify_id"
 
#define F_CIB_PING_ID   "cib_ping_id"
 
#define F_CIB_SCHEMA_MAX   "cib_schema_max"
 
#define F_CIB_CHANGE_SECTION   "cib_change_section"
 
#define T_CIB   "cib"
 
#define T_CIB_NOTIFY   "cib_notify"
 
#define T_CIB_PRE_NOTIFY   "cib_pre_notify"
 
#define T_CIB_POST_NOTIFY   "cib_post_notify"
 
#define T_CIB_UPDATE_CONFIRM   "cib_update_confirmation"
 
#define T_CIB_REPLACE_NOTIFY   "cib_refresh_notify"
 
#define cib__set_call_options(cib_call_opts, call_for, flags_to_set)
 
#define cib__clear_call_options(cib_call_opts, call_for, flags_to_clear)
 

Typedefs

typedef struct cib_notify_client_s cib_notify_client_t
 
typedef struct cib_callback_client_s cib_callback_client_t
 
typedef int(* cib_op_t) (const char *, int, const char *, xmlNode *, xmlNode *, xmlNode *, xmlNode **, xmlNode **)
 

Enumerations

enum  cib_change_section_info { cib_change_section_none = 0, cib_change_section_nodes = (1 << 0), cib_change_section_alerts = (1 << 1), cib_change_section_status = (1 << 2) }
 

Functions

gboolean cib_diff_version_details (xmlNode *diff, int *admin_epoch, int *epoch, int *updates, int *_admin_epoch, int *_epoch, int *_updates)
 
gboolean cib_read_config (GHashTable *options, xmlNode *current_cib)
 
cib_tcib_new_variant (void)
 
int cib_perform_op (const char *op, int call_options, cib_op_t *fn, gboolean is_query, const char *section, xmlNode *req, xmlNode *input, gboolean manage_counters, gboolean *config_changed, xmlNode *current_cib, xmlNode **result_cib, xmlNode **diff, xmlNode **output)
 
xmlNode * cib_create_op (int call_id, const char *op, const char *host, const char *section, xmlNode *data, int call_options, const char *user_name)
 
void cib_native_callback (cib_t *cib, xmlNode *msg, int call_id, int rc)
 
void cib_native_notify (gpointer data, gpointer user_data)
 
int cib_process_query (const char *op, int options, const char *section, xmlNode *req, xmlNode *input, xmlNode *existing_cib, xmlNode **result_cib, xmlNode **answer)
 
int cib_process_erase (const char *op, int options, const char *section, xmlNode *req, xmlNode *input, xmlNode *existing_cib, xmlNode **result_cib, xmlNode **answer)
 
int cib_process_bump (const char *op, int options, const char *section, xmlNode *req, xmlNode *input, xmlNode *existing_cib, xmlNode **result_cib, xmlNode **answer)
 
int cib_process_replace (const char *op, int options, const char *section, xmlNode *req, xmlNode *input, xmlNode *existing_cib, xmlNode **result_cib, xmlNode **answer)
 
int cib_process_create (const char *op, int options, const char *section, xmlNode *req, xmlNode *input, xmlNode *existing_cib, xmlNode **result_cib, xmlNode **answer)
 
int cib_process_modify (const char *op, int options, const char *section, xmlNode *req, xmlNode *input, xmlNode *existing_cib, xmlNode **result_cib, xmlNode **answer)
 
int cib_process_delete (const char *op, int options, const char *section, xmlNode *req, xmlNode *input, xmlNode *existing_cib, xmlNode **result_cib, xmlNode **answer)
 
int cib_process_diff (const char *op, int options, const char *section, xmlNode *req, xmlNode *input, xmlNode *existing_cib, xmlNode **result_cib, xmlNode **answer)
 
int cib_process_upgrade (const char *op, int options, const char *section, xmlNode *req, xmlNode *input, xmlNode *existing_cib, xmlNode **result_cib, xmlNode **answer)
 
int cib_process_xpath (const char *op, int options, const char *section, const xmlNode *req, xmlNode *input, xmlNode *existing_cib, xmlNode **result_cib, xmlNode **answer)
 
bool cib__config_changed_v1 (xmlNode *last, xmlNode *next, xmlNode **diff)
 
int cib_internal_op (cib_t *cib, const char *op, const char *host, const char *section, xmlNode *data, xmlNode **output_data, int call_options, const char *user_name)
 
int cib_file_read_and_verify (const char *filename, const char *sigfile, xmlNode **root)
 
int cib_file_write_with_digest (xmlNode *cib_root, const char *cib_dirname, const char *cib_filename)
 
void cib__set_output (cib_t *cib, pcmk__output_t *out)
 
cib_callback_client_tcib__lookup_id (int call_id)
 
int cib__signon_query (pcmk__output_t *out, cib_t **cib, xmlNode **cib_object)
 
int cib__clean_up_connection (cib_t **cib)
 
int cib__update_node_attr (pcmk__output_t *out, cib_t *cib, int call_options, const char *section, const char *node_uuid, const char *set_type, const char *set_name, const char *attr_id, const char *attr_name, const char *attr_value, const char *user_name, const char *node_type)
 
int cib__get_node_attrs (pcmk__output_t *out, cib_t *cib, const char *section, const char *node_uuid, const char *set_type, const char *set_name, const char *attr_id, const char *attr_name, const char *user_name, xmlNode **result)
 
int cib__delete_node_attr (pcmk__output_t *out, cib_t *cib, int options, const char *section, const char *node_uuid, const char *set_type, const char *set_name, const char *attr_id, const char *attr_name, const char *attr_value, const char *user_name)
 

Macro Definition Documentation

◆ cib__clear_call_options

#define cib__clear_call_options (   cib_call_opts,
  call_for,
  flags_to_clear 
)
Value:
do { \
cib_call_opts = pcmk__clear_flags_as(__func__, __LINE__, \
LOG_TRACE, "CIB call", (call_for), (cib_call_opts), \
(flags_to_clear), #flags_to_clear); \
} while (0)
#define LOG_TRACE
Definition: logging.h:37

Definition at line 121 of file internal.h.

◆ cib__set_call_options

#define cib__set_call_options (   cib_call_opts,
  call_for,
  flags_to_set 
)
Value:
do { \
cib_call_opts = pcmk__set_flags_as(__func__, __LINE__, \
LOG_TRACE, "CIB call", (call_for), (cib_call_opts), \
(flags_to_set), #flags_to_set); \
} while (0)
#define LOG_TRACE
Definition: logging.h:37

Definition at line 115 of file internal.h.

◆ F_CIB_CALLDATA

#define F_CIB_CALLDATA   "cib_calldata"

Definition at line 39 of file internal.h.

◆ F_CIB_CALLID

#define F_CIB_CALLID   "cib_callid"

Definition at line 38 of file internal.h.

◆ F_CIB_CALLOPTS

#define F_CIB_CALLOPTS   "cib_callopt"

Definition at line 37 of file internal.h.

◆ F_CIB_CHANGE_SECTION

#define F_CIB_CHANGE_SECTION   "cib_change_section"

Definition at line 63 of file internal.h.

◆ F_CIB_CLIENTID

#define F_CIB_CLIENTID   "cib_clientid"

Definition at line 36 of file internal.h.

◆ F_CIB_CLIENTNAME

#define F_CIB_CLIENTNAME   "cib_clientname"

Definition at line 55 of file internal.h.

◆ F_CIB_DELEGATED

#define F_CIB_DELEGATED   "cib_delegated_from"

Definition at line 46 of file internal.h.

◆ F_CIB_EXISTING

#define F_CIB_EXISTING   "cib_existing_object"

Definition at line 49 of file internal.h.

◆ F_CIB_GLOBAL_UPDATE

#define F_CIB_GLOBAL_UPDATE   "cib_update"

Definition at line 53 of file internal.h.

◆ F_CIB_HOST

#define F_CIB_HOST   "cib_host"

Definition at line 43 of file internal.h.

◆ F_CIB_ISREPLY

#define F_CIB_ISREPLY   "cib_isreplyto"

Definition at line 41 of file internal.h.

◆ F_CIB_LOCAL_NOTIFY_ID

#define F_CIB_LOCAL_NOTIFY_ID   "cib_local_notify_id"

Definition at line 60 of file internal.h.

◆ F_CIB_NOTIFY_ACTIVATE

#define F_CIB_NOTIFY_ACTIVATE   "cib_notify_activate"

Definition at line 57 of file internal.h.

◆ F_CIB_NOTIFY_TYPE

#define F_CIB_NOTIFY_TYPE   "cib_notify_type"

Definition at line 56 of file internal.h.

◆ F_CIB_OBJID

#define F_CIB_OBJID   "cib_object"

Definition at line 47 of file internal.h.

◆ F_CIB_OBJTYPE

#define F_CIB_OBJTYPE   "cib_object_type"

Definition at line 48 of file internal.h.

◆ F_CIB_OPERATION

#define F_CIB_OPERATION   "cib_op"

Definition at line 40 of file internal.h.

◆ F_CIB_PING_ID

#define F_CIB_PING_ID   "cib_ping_id"

Definition at line 61 of file internal.h.

◆ F_CIB_RC

#define F_CIB_RC   "cib_rc"

Definition at line 44 of file internal.h.

◆ F_CIB_SCHEMA_MAX

#define F_CIB_SCHEMA_MAX   "cib_schema_max"

Definition at line 62 of file internal.h.

◆ F_CIB_SECTION

#define F_CIB_SECTION   "cib_section"

Definition at line 42 of file internal.h.

◆ F_CIB_SEENCOUNT

#define F_CIB_SEENCOUNT   "cib_seen"

Definition at line 50 of file internal.h.

◆ F_CIB_TIMEOUT

#define F_CIB_TIMEOUT   "cib_timeout"

Definition at line 51 of file internal.h.

◆ F_CIB_UPDATE

#define F_CIB_UPDATE   "cib_update"

Definition at line 52 of file internal.h.

◆ F_CIB_UPDATE_DIFF

#define F_CIB_UPDATE_DIFF   "cib_update_diff"

Definition at line 58 of file internal.h.

◆ F_CIB_UPDATE_RESULT

#define F_CIB_UPDATE_RESULT   "cib_update_result"

Definition at line 54 of file internal.h.

◆ F_CIB_UPGRADE_RC

#define F_CIB_UPGRADE_RC   "cib_upgrade_rc"

Definition at line 45 of file internal.h.

◆ F_CIB_USER

#define F_CIB_USER   "cib_user"

Definition at line 59 of file internal.h.

◆ PCMK__CIB_REQUEST_ABS_DELETE

#define PCMK__CIB_REQUEST_ABS_DELETE   "cib_delete_alt"

Definition at line 32 of file internal.h.

◆ PCMK__CIB_REQUEST_ALL_SECONDARY

#define PCMK__CIB_REQUEST_ALL_SECONDARY   "cib_slave_all"

Definition at line 18 of file internal.h.

◆ PCMK__CIB_REQUEST_APPLY_PATCH

#define PCMK__CIB_REQUEST_APPLY_PATCH   "cib_apply_diff"

Definition at line 30 of file internal.h.

◆ PCMK__CIB_REQUEST_BUMP

#define PCMK__CIB_REQUEST_BUMP   "cib_bump"

Definition at line 23 of file internal.h.

◆ PCMK__CIB_REQUEST_CREATE

#define PCMK__CIB_REQUEST_CREATE   "cib_create"

Definition at line 25 of file internal.h.

◆ PCMK__CIB_REQUEST_DELETE

#define PCMK__CIB_REQUEST_DELETE   "cib_delete"

Definition at line 27 of file internal.h.

◆ PCMK__CIB_REQUEST_ERASE

#define PCMK__CIB_REQUEST_ERASE   "cib_erase"

Definition at line 28 of file internal.h.

◆ PCMK__CIB_REQUEST_IS_PRIMARY

#define PCMK__CIB_REQUEST_IS_PRIMARY   "cib_ismaster"

Definition at line 22 of file internal.h.

◆ PCMK__CIB_REQUEST_MODIFY

#define PCMK__CIB_REQUEST_MODIFY   "cib_modify"

Definition at line 26 of file internal.h.

◆ PCMK__CIB_REQUEST_NOOP

#define PCMK__CIB_REQUEST_NOOP   "noop"

Definition at line 33 of file internal.h.

◆ PCMK__CIB_REQUEST_PRIMARY

#define PCMK__CIB_REQUEST_PRIMARY   "cib_master"

Definition at line 19 of file internal.h.

◆ PCMK__CIB_REQUEST_QUERY

#define PCMK__CIB_REQUEST_QUERY   "cib_query"

Definition at line 24 of file internal.h.

◆ PCMK__CIB_REQUEST_REPLACE

#define PCMK__CIB_REQUEST_REPLACE   "cib_replace"

Definition at line 29 of file internal.h.

◆ PCMK__CIB_REQUEST_SECONDARY

#define PCMK__CIB_REQUEST_SECONDARY   "cib_slave"

Definition at line 17 of file internal.h.

◆ PCMK__CIB_REQUEST_SHUTDOWN

#define PCMK__CIB_REQUEST_SHUTDOWN   "cib_shutdown_req"

Definition at line 34 of file internal.h.

◆ PCMK__CIB_REQUEST_SYNC_TO_ALL

#define PCMK__CIB_REQUEST_SYNC_TO_ALL   "cib_sync"

Definition at line 20 of file internal.h.

◆ PCMK__CIB_REQUEST_SYNC_TO_ONE

#define PCMK__CIB_REQUEST_SYNC_TO_ONE   "cib_sync_one"

Definition at line 21 of file internal.h.

◆ PCMK__CIB_REQUEST_UPGRADE

#define PCMK__CIB_REQUEST_UPGRADE   "cib_upgrade"

Definition at line 31 of file internal.h.

◆ T_CIB

#define T_CIB   "cib"

Definition at line 65 of file internal.h.

◆ T_CIB_NOTIFY

#define T_CIB_NOTIFY   "cib_notify"

Definition at line 66 of file internal.h.

◆ T_CIB_POST_NOTIFY

#define T_CIB_POST_NOTIFY   "cib_post_notify"

Definition at line 69 of file internal.h.

◆ T_CIB_PRE_NOTIFY

#define T_CIB_PRE_NOTIFY   "cib_pre_notify"

Definition at line 68 of file internal.h.

◆ T_CIB_REPLACE_NOTIFY

#define T_CIB_REPLACE_NOTIFY   "cib_refresh_notify"

Definition at line 71 of file internal.h.

◆ T_CIB_UPDATE_CONFIRM

#define T_CIB_UPDATE_CONFIRM   "cib_update_confirmation"

Definition at line 70 of file internal.h.

Typedef Documentation

◆ cib_callback_client_t

◆ cib_notify_client_t

◆ cib_op_t

typedef int(* cib_op_t) (const char *, int, const char *, xmlNode *, xmlNode *, xmlNode *, xmlNode **, xmlNode **)

Definition at line 127 of file internal.h.

Enumeration Type Documentation

◆ cib_change_section_info

Enumerator
cib_change_section_none 

No sections have changed.

cib_change_section_nodes 

The nodes section has changed.

cib_change_section_alerts 

The alerts section has changed.

cib_change_section_status 

The status section has changed.

Definition at line 78 of file internal.h.

Function Documentation

◆ cib__clean_up_connection()

int cib__clean_up_connection ( cib_t **  cib)

Definition at line 799 of file cib_utils.c.

◆ cib__config_changed_v1()

bool cib__config_changed_v1 ( xmlNode *  last,
xmlNode *  next,
xmlNode **  diff 
)

Definition at line 656 of file cib_ops.c.

◆ cib__delete_node_attr()

int cib__delete_node_attr ( pcmk__output_t out,
cib_t cib,
int  options,
const char *  section,
const char *  node_uuid,
const char *  set_type,
const char *  set_name,
const char *  attr_id,
const char *  attr_name,
const char *  attr_value,
const char *  user_name 
)

Definition at line 370 of file cib_attrs.c.

◆ cib__get_node_attrs()

int cib__get_node_attrs ( pcmk__output_t out,
cib_t cib,
const char *  section,
const char *  node_uuid,
const char *  set_type,
const char *  set_name,
const char *  attr_id,
const char *  attr_name,
const char *  user_name,
xmlNode **  result 
)

Definition at line 344 of file cib_attrs.c.

◆ cib__lookup_id()

cib_callback_client_t* cib__lookup_id ( int  call_id)

Definition at line 747 of file cib_client.c.

◆ cib__set_output()

void cib__set_output ( cib_t cib,
pcmk__output_t out 
)

Definition at line 628 of file cib_remote.c.

◆ cib__signon_query()

int cib__signon_query ( pcmk__output_t out,
cib_t **  cib,
xmlNode **  cib_object 
)

Definition at line 745 of file cib_utils.c.

◆ cib__update_node_attr()

int cib__update_node_attr ( pcmk__output_t out,
cib_t cib,
int  call_options,
const char *  section,
const char *  node_uuid,
const char *  set_type,
const char *  set_name,
const char *  attr_id,
const char *  attr_name,
const char *  attr_value,
const char *  user_name,
const char *  node_type 
)

Definition at line 173 of file cib_attrs.c.

◆ cib_create_op()

xmlNode* cib_create_op ( int  call_id,
const char *  op,
const char *  host,
const char *  section,
xmlNode *  data,
int  call_options,
const char *  user_name 
)

Definition at line 468 of file cib_utils.c.

◆ cib_diff_version_details()

gboolean cib_diff_version_details ( xmlNode *  diff,
int *  admin_epoch,
int *  epoch,
int *  updates,
int *  _admin_epoch,
int *  _epoch,
int *  _updates 
)

Definition at line 61 of file cib_utils.c.

◆ cib_file_read_and_verify()

int cib_file_read_and_verify ( const char *  filename,
const char *  sigfile,
xmlNode **  root 
)

Definition at line 615 of file cib_file.c.

◆ cib_file_write_with_digest()

int cib_file_write_with_digest ( xmlNode *  cib_root,
const char *  cib_dirname,
const char *  cib_filename 
)

Definition at line 789 of file cib_file.c.

◆ cib_internal_op()

int cib_internal_op ( cib_t cib,
const char *  op,
const char *  host,
const char *  section,
xmlNode *  data,
xmlNode **  output_data,
int  call_options,
const char *  user_name 
)

Definition at line 657 of file cib_utils.c.

◆ cib_native_callback()

void cib_native_callback ( cib_t cib,
xmlNode *  msg,
int  call_id,
int  rc 
)

Definition at line 500 of file cib_utils.c.

◆ cib_native_notify()

void cib_native_notify ( gpointer  data,
gpointer  user_data 
)

Definition at line 549 of file cib_utils.c.

◆ cib_new_variant()

cib_t* cib_new_variant ( void  )

Definition at line 595 of file cib_client.c.

◆ cib_perform_op()

int cib_perform_op ( const char *  op,
int  call_options,
cib_op_t fn,
gboolean  is_query,
const char *  section,
xmlNode *  req,
xmlNode *  input,
gboolean  manage_counters,
gboolean *  config_changed,
xmlNode *  current_cib,
xmlNode **  result_cib,
xmlNode **  diff,
xmlNode **  output 
)

Definition at line 145 of file cib_utils.c.

◆ cib_process_bump()

int cib_process_bump ( const char *  op,
int  options,
const char *  section,
xmlNode *  req,
xmlNode *  input,
xmlNode *  existing_cib,
xmlNode **  result_cib,
xmlNode **  answer 
)

Definition at line 156 of file cib_ops.c.

◆ cib_process_create()

int cib_process_create ( const char *  op,
int  options,
const char *  section,
xmlNode *  req,
xmlNode *  input,
xmlNode *  existing_cib,
xmlNode **  result_cib,
xmlNode **  answer 
)

Definition at line 570 of file cib_ops.c.

◆ cib_process_delete()

int cib_process_delete ( const char *  op,
int  options,
const char *  section,
xmlNode *  req,
xmlNode *  input,
xmlNode *  existing_cib,
xmlNode **  result_cib,
xmlNode **  answer 
)

Definition at line 284 of file cib_ops.c.

◆ cib_process_diff()

int cib_process_diff ( const char *  op,
int  options,
const char *  section,
xmlNode *  req,
xmlNode *  input,
xmlNode *  existing_cib,
xmlNode **  result_cib,
xmlNode **  answer 
)

Definition at line 636 of file cib_ops.c.

◆ cib_process_erase()

int cib_process_erase ( const char *  op,
int  options,
const char *  section,
xmlNode *  req,
xmlNode *  input,
xmlNode *  existing_cib,
xmlNode **  result_cib,
xmlNode **  answer 
)

Definition at line 104 of file cib_ops.c.

◆ cib_process_modify()

int cib_process_modify ( const char *  op,
int  options,
const char *  section,
xmlNode *  req,
xmlNode *  input,
xmlNode *  existing_cib,
xmlNode **  result_cib,
xmlNode **  answer 
)

Definition at line 319 of file cib_ops.c.

◆ cib_process_query()

int cib_process_query ( const char *  op,
int  options,
const char *  section,
xmlNode *  req,
xmlNode *  input,
xmlNode *  existing_cib,
xmlNode **  result_cib,
xmlNode **  answer 
)

Definition at line 30 of file cib_ops.c.

◆ cib_process_replace()

int cib_process_replace ( const char *  op,
int  options,
const char *  section,
xmlNode *  req,
xmlNode *  input,
xmlNode *  existing_cib,
xmlNode **  result_cib,
xmlNode **  answer 
)

Definition at line 171 of file cib_ops.c.

◆ cib_process_upgrade()

int cib_process_upgrade ( const char *  op,
int  options,
const char *  section,
xmlNode *  req,
xmlNode *  input,
xmlNode *  existing_cib,
xmlNode **  result_cib,
xmlNode **  answer 
)

Definition at line 121 of file cib_ops.c.

◆ cib_process_xpath()

int cib_process_xpath ( const char *  op,
int  options,
const char *  section,
const xmlNode *  req,
xmlNode *  input,
xmlNode *  existing_cib,
xmlNode **  result_cib,
xmlNode **  answer 
)

Definition at line 727 of file cib_ops.c.

◆ cib_read_config()

gboolean cib_read_config ( GHashTable *  options,
xmlNode *  current_cib 
)

Definition at line 630 of file cib_utils.c.