|
int(* | signon )(cib_t *cib, const char *name, enum cib_conn_type type) |
|
int(* | signon_raw )(cib_t *cib, const char *name, enum cib_conn_type type, int *event_fd) |
|
int(* | signoff )(cib_t *cib) |
|
int(* | free )(cib_t *cib) |
|
int(* | set_op_callback )(cib_t *cib, void(*callback)(const xmlNode *msg, int callid, int rc, xmlNode *output)) |
|
int(* | add_notify_callback )(cib_t *cib, const char *event, void(*callback)(const char *event, xmlNode *msg)) |
|
int(* | del_notify_callback )(cib_t *cib, const char *event, void(*callback)(const char *event, xmlNode *msg)) |
|
int(* | set_connection_dnotify )(cib_t *cib, void(*dnotify)(gpointer user_data)) |
|
int(* | inputfd )(cib_t *cib) |
|
int(* | noop )(cib_t *cib, int call_options) |
|
int(* | ping )(cib_t *cib, xmlNode **output_data, int call_options) |
|
int(* | query )(cib_t *cib, const char *section, xmlNode **output_data, int call_options) |
|
int(* | query_from )(cib_t *cib, const char *host, const char *section, xmlNode **output_data, int call_options) |
|
int(* | is_master )(cib_t *cib) |
|
int(* | set_master )(cib_t *cib, int call_options) |
|
int(* | set_slave )(cib_t *cib, int call_options) |
|
int(* | set_slave_all )(cib_t *cib, int call_options) |
|
int(* | sync )(cib_t *cib, const char *section, int call_options) |
|
int(* | sync_from )(cib_t *cib, const char *host, const char *section, int call_options) |
|
int(* | upgrade )(cib_t *cib, int call_options) |
|
int(* | bump_epoch )(cib_t *cib, int call_options) |
|
int(* | create )(cib_t *cib, const char *section, xmlNode *data, int call_options) |
|
int(* | modify )(cib_t *cib, const char *section, xmlNode *data, int call_options) |
|
int(* | update )(cib_t *cib, const char *section, xmlNode *data, int call_options) |
|
int(* | replace )(cib_t *cib, const char *section, xmlNode *data, int call_options) |
|
int(* | delete )(cib_t *cib, const char *section, xmlNode *data, int call_options) |
|
int(* | erase )(cib_t *cib, xmlNode **output_data, int call_options) |
|
int(* | delete_absolute )(cib_t *cib, const char *section, xmlNode *data, int call_options) |
|
int(* | quit )(cib_t *cib, int call_options) |
|
int(* | register_notification )(cib_t *cib, const char *callback, int enabled) |
|
gboolean(* | 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 *)) |
|
gboolean(* | 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 *)) |
|
Definition at line 85 of file cib.h.