#include <crm_internal.h>
#include <unistd.h>
#include <stdlib.h>
#include <stdio.h>
#include <stdarg.h>
#include <string.h>
#include <netdb.h>
#include <termios.h>
#include <sys/socket.h>
#include <glib.h>
#include <crm/crm.h>
#include <crm/cib/internal.h>
#include <crm/msg_xml.h>
#include <crm/common/ipc_internal.h>
#include <crm/common/mainloop.h>
#include <crm/common/remote_internal.h>
#include <crm/common/output_internal.h>
#include <arpa/inet.h>
Go to the source code of this file.
|
void | cib_remote_connection_destroy (gpointer user_data) |
|
int | cib_remote_callback_dispatch (gpointer user_data) |
|
int | cib_remote_command_dispatch (gpointer user_data) |
|
int | cib_remote_signon (cib_t *cib, const char *name, enum cib_conn_type type) |
|
int | cib_remote_signoff (cib_t *cib) |
|
int | cib_remote_free (cib_t *cib) |
|
int | cib_remote_perform_op (cib_t *cib, const char *op, const char *host, const char *section, xmlNode *data, xmlNode **output_data, int call_options, const char *name) |
|
cib_t * | cib_remote_new (const char *server, const char *user, const char *passwd, int port, gboolean encrypted) |
|
void | cib__set_output (cib_t *cib, pcmk__output_t *out) |
|
◆ DH_BITS
◆ cib_remote_opaque_t
◆ gnutls_session_t
◆ cib__set_output()
◆ cib_remote_callback_dispatch()
int cib_remote_callback_dispatch |
( |
gpointer |
user_data | ) |
|
◆ cib_remote_command_dispatch()
int cib_remote_command_dispatch |
( |
gpointer |
user_data | ) |
|
◆ cib_remote_connection_destroy()
void cib_remote_connection_destroy |
( |
gpointer |
user_data | ) |
|
◆ cib_remote_free()
int cib_remote_free |
( |
cib_t * |
cib | ) |
|
◆ cib_remote_new()
cib_t* cib_remote_new |
( |
const char * |
server, |
|
|
const char * |
user, |
|
|
const char * |
passwd, |
|
|
int |
port, |
|
|
gboolean |
encrypted |
|
) |
| |
◆ cib_remote_perform_op()
int cib_remote_perform_op |
( |
cib_t * |
cib, |
|
|
const char * |
op, |
|
|
const char * |
host, |
|
|
const char * |
section, |
|
|
xmlNode * |
data, |
|
|
xmlNode ** |
output_data, |
|
|
int |
call_options, |
|
|
const char * |
name |
|
) |
| |
◆ cib_remote_signoff()
int cib_remote_signoff |
( |
cib_t * |
cib | ) |
|
◆ cib_remote_signon()