#include <crm_internal.h>
#include <unistd.h>
#include <stdlib.h>
#include <stdio.h>
#include <stdarg.h>
#include <string.h>
#include <glib.h>
#include <crm/crm.h>
#include <crm/cib/internal.h>
#include <crm/msg_xml.h>
#include <crm/common/mainloop.h>
Go to the source code of this file.
|
int | cib_native_perform_op (cib_t *cib, const char *op, const char *host, const char *section, xmlNode *data, xmlNode **output_data, int call_options) |
|
int | cib_native_perform_op_delegate (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_native_free (cib_t *cib) |
|
int | cib_native_signoff (cib_t *cib) |
|
int | cib_native_signon (cib_t *cib, const char *name, enum cib_conn_type type) |
|
int | cib_native_signon_raw (cib_t *cib, const char *name, enum cib_conn_type type, int *event_fd) |
|
bool | cib_native_dispatch (cib_t *cib) |
|
int | cib_native_set_connection_dnotify (cib_t *cib, void(*dnotify)(gpointer user_data)) |
|
cib_t * | cib_native_new (void) |
|
int | cib_native_register_notification (cib_t *cib, const char *callback, int enabled) |
|
bool cib_native_dispatch |
( |
cib_t * |
cib | ) |
|
int cib_native_free |
( |
cib_t * |
cib | ) |
|
cib_t* cib_native_new |
( |
void |
| ) |
|
int cib_native_perform_op |
( |
cib_t * |
cib, |
|
|
const char * |
op, |
|
|
const char * |
host, |
|
|
const char * |
section, |
|
|
xmlNode * |
data, |
|
|
xmlNode ** |
output_data, |
|
|
int |
call_options |
|
) |
| |
int cib_native_perform_op_delegate |
( |
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_native_register_notification |
( |
cib_t * |
cib, |
|
|
const char * |
callback, |
|
|
int |
enabled |
|
) |
| |
int cib_native_set_connection_dnotify |
( |
cib_t * |
cib, |
|
|
void(*)(gpointer user_data) |
dnotify |
|
) |
| |
int cib_native_signoff |
( |
cib_t * |
cib | ) |
|
int cib_native_signon_raw |
( |
cib_t * |
cib, |
|
|
const char * |
name, |
|
|
enum cib_conn_type |
type, |
|
|
int * |
event_fd |
|
) |
| |