10 #ifndef CIB_INTERNAL__H
11 # define CIB_INTERNAL__H
15 # define CIB_OP_SLAVE "cib_slave"
16 # define CIB_OP_SLAVEALL "cib_slave_all"
17 # define CIB_OP_MASTER "cib_master"
18 # define CIB_OP_SYNC "cib_sync"
19 # define CIB_OP_SYNC_ONE "cib_sync_one"
20 # define CIB_OP_ISMASTER "cib_ismaster"
21 # define CIB_OP_BUMP "cib_bump"
22 # define CIB_OP_QUERY "cib_query"
23 # define CIB_OP_CREATE "cib_create"
24 # define CIB_OP_MODIFY "cib_modify"
25 # define CIB_OP_DELETE "cib_delete"
26 # define CIB_OP_ERASE "cib_erase"
27 # define CIB_OP_REPLACE "cib_replace"
28 # define CIB_OP_APPLY_DIFF "cib_apply_diff"
29 # define CIB_OP_UPGRADE "cib_upgrade"
30 # define CIB_OP_DELETE_ALT "cib_delete_alt"
32 # define F_CIB_CLIENTID "cib_clientid"
33 # define F_CIB_CALLOPTS "cib_callopt"
34 # define F_CIB_CALLID "cib_callid"
35 # define F_CIB_CALLDATA "cib_calldata"
36 # define F_CIB_OPERATION "cib_op"
37 # define F_CIB_ISREPLY "cib_isreplyto"
38 # define F_CIB_SECTION "cib_section"
39 # define F_CIB_HOST "cib_host"
40 # define F_CIB_RC "cib_rc"
41 # define F_CIB_UPGRADE_RC "cib_upgrade_rc"
42 # define F_CIB_DELEGATED "cib_delegated_from"
43 # define F_CIB_OBJID "cib_object"
44 # define F_CIB_OBJTYPE "cib_object_type"
45 # define F_CIB_EXISTING "cib_existing_object"
46 # define F_CIB_SEENCOUNT "cib_seen"
47 # define F_CIB_TIMEOUT "cib_timeout"
48 # define F_CIB_UPDATE "cib_update"
49 # define F_CIB_CALLBACK_TOKEN "cib_async_id"
50 # define F_CIB_GLOBAL_UPDATE "cib_update"
51 # define F_CIB_UPDATE_RESULT "cib_update_result"
52 # define F_CIB_CLIENTNAME "cib_clientname"
53 # define F_CIB_NOTIFY_TYPE "cib_notify_type"
54 # define F_CIB_NOTIFY_ACTIVATE "cib_notify_activate"
55 # define F_CIB_UPDATE_DIFF "cib_update_diff"
56 # define F_CIB_USER "cib_user"
57 # define F_CIB_LOCAL_NOTIFY_ID "cib_local_notify_id"
58 # define F_CIB_PING_ID "cib_ping_id"
59 # define F_CIB_SCHEMA_MAX "cib_schema_max"
62 # define T_CIB_NOTIFY "cib_notify"
64 # define T_CIB_PRE_NOTIFY "cib_pre_notify"
65 # define T_CIB_POST_NOTIFY "cib_post_notify"
66 # define T_CIB_UPDATE_CONFIRM "cib_update_confirmation"
67 # define T_CIB_REPLACE_NOTIFY "cib_refresh_notify"
70 int *_admin_epoch,
int *_epoch,
int *_updates);
86 void (*
callback) (xmlNode *, int, int, xmlNode *,
void *);
101 typedef int (*
cib_op_t) (
const char *, int,
const char *, xmlNode *,
102 xmlNode *, xmlNode *, xmlNode **, xmlNode **);
107 const char *section, xmlNode * req, xmlNode * input,
108 gboolean manage_counters, gboolean * config_changed,
109 xmlNode * current_cib, xmlNode ** result_cib, xmlNode ** diff,
112 xmlNode *
cib_create_op(
int call_id,
const char *token,
const char *op,
const char *
host,
113 const char *section, xmlNode *
data,
int call_options,
114 const char *user_name);
120 void *user_data,
const char *callback_name,
121 void (*callback) (xmlNode *,
int,
int, xmlNode *,
void *));
123 int timeout, gboolean only_success,
125 const char *callback_name,
126 void (*callback)(xmlNode *,
int,
int,
128 void (*free_func)(
void *));
130 int cib_process_query(
const char *op,
int options,
const char *section, xmlNode * req,
131 xmlNode * input, xmlNode * existing_cib, xmlNode ** result_cib,
134 int cib_process_erase(
const char *op,
int options,
const char *section, xmlNode * req,
135 xmlNode * input, xmlNode * existing_cib, xmlNode ** result_cib,
138 int cib_process_bump(
const char *op,
int options,
const char *section, xmlNode * req,
139 xmlNode * input, xmlNode * existing_cib, xmlNode ** result_cib,
143 xmlNode * input, xmlNode * existing_cib, xmlNode ** result_cib,
146 int cib_process_create(
const char *op,
int options,
const char *section, xmlNode * req,
147 xmlNode * input, xmlNode * existing_cib, xmlNode ** result_cib,
150 int cib_process_modify(
const char *op,
int options,
const char *section, xmlNode * req,
151 xmlNode * input, xmlNode * existing_cib, xmlNode ** result_cib,
154 int cib_process_delete(
const char *op,
int options,
const char *section, xmlNode * req,
155 xmlNode * input, xmlNode * existing_cib, xmlNode ** result_cib,
158 int cib_process_diff(
const char *op,
int options,
const char *section, xmlNode * req,
159 xmlNode * input, xmlNode * existing_cib, xmlNode ** result_cib,
163 xmlNode * input, xmlNode * existing_cib, xmlNode ** result_cib,
185 int cib_process_xpath(
const char *op,
int options,
const char *section, xmlNode * req,
186 xmlNode * input, xmlNode * existing_cib, xmlNode ** result_cib,
190 gboolean
update_results(xmlNode * failed, xmlNode *
target,
const char *operation,
int return_code);
194 const char *section, xmlNode *
data,
195 xmlNode ** output_data,
int call_options,
const char *user_name);
201 const char *cib_filename);
gboolean update_results(xmlNode *failed, xmlNode *target, const char *operation, int return_code)
int cib_process_delete(const char *op, int options, const char *section, xmlNode *req, xmlNode *input, xmlNode *existing_cib, xmlNode **result_cib, xmlNode **answer)
gboolean cib_client_register_callback_full(cib_t *cib, int call_id, int timeout, gboolean only_success, void *user_data, const char *callback_name, void(*callback)(xmlNode *, int, int, xmlNode *, void *), void(*free_func)(void *))
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_op_t)(const char *, int, const char *, xmlNode *, xmlNode *, xmlNode *, xmlNode **, xmlNode **)
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_update_counter(xmlNode *xml_obj, const char *field, gboolean reset)
struct cib_notify_client_s cib_notify_client_t
int cib_process_xpath(const char *op, int options, const char *section, xmlNode *req, xmlNode *input, xmlNode *existing_cib, xmlNode **result_cib, xmlNode **answer)
void(* callback)(const char *event, xmlNode *msg)
xmlNode * cib_create_op(int call_id, const char *token, const char *op, const char *host, const char *section, xmlNode *data, int call_options, const char *user_name)
void cib_native_notify(gpointer data, gpointer user_data)
cib_t * cib_new_variant(void)
void(* callback)(xmlNode *, int, int, xmlNode *, void *)
struct timer_rec_s * timer
int cib_process_diff(const char *op, int options, const char *section, xmlNode *req, xmlNode *input, xmlNode *existing_cib, xmlNode **result_cib, xmlNode **answer)
gboolean cib_config_changed(xmlNode *last, xmlNode *next, xmlNode **diff)
gboolean cib_internal_config_changed(xmlNode *diff)
int cib_native_register_notification(cib_t *cib, const char *callback, int enabled)
GHashTable * cib_op_callback_table
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_file_write_with_digest(xmlNode *cib_root, const char *cib_dirname, const char *cib_filename)
gboolean cib_read_config(GHashTable *options, xmlNode *current_cib)
int cib_file_read_and_verify(const char *filename, const char *sigfile, xmlNode **root)
gboolean cib_diff_version_details(xmlNode *diff, int *admin_epoch, int *epoch, int *updates, int *_admin_epoch, int *_epoch, int *_updates)
void verify_cib_options(GHashTable *options)
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)
void(* free_func)(void *)
void cib_native_callback(cib_t *cib, xmlNode *msg, int call_id, int rc)
gboolean cib_client_register_callback(cib_t *cib, int call_id, int timeout, gboolean only_success, void *user_data, const char *callback_name, void(*callback)(xmlNode *, int, int, xmlNode *, void *))
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_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_modify(const char *op, int options, const char *section, xmlNode *req, xmlNode *input, xmlNode *existing_cib, xmlNode **result_cib, xmlNode **answer)
struct cib_callback_client_s cib_callback_client_t
int cib_process_create(const char *op, int options, const char *section, xmlNode *req, xmlNode *input, xmlNode *existing_cib, xmlNode **result_cib, xmlNode **answer)