![]() |
pacemaker
3.0.0-d8340737c4
Scalable High-Availability cluster resource manager
|
#include <crm_internal.h>#include <glib.h>#include <unistd.h>#include <crm/crm.h>#include <crm/common/xml.h>#include <crm/services.h>#include <crm/common/mainloop.h>#include <crm/pengine/status.h>#include <crm/cib.h>#include <crm/lrmd.h>#include <crm/lrmd_internal.h>
Go to the source code of this file.
Functions | |
| int | lrmd_internal_proxy_send (lrmd_t *lrmd, xmlNode *msg) |
| void | remote_proxy_ack_shutdown (lrmd_t *lrmd) |
| void | remote_proxy_nack_shutdown (lrmd_t *lrmd) |
| void | remote_proxy_relay_event (remote_proxy_t *proxy, xmlNode *msg) |
| void | remote_proxy_relay_response (remote_proxy_t *proxy, xmlNode *msg, int msg_id) |
| void | remote_proxy_free (gpointer data) |
| int | remote_proxy_dispatch (const char *buffer, ssize_t length, gpointer userdata) |
| void | remote_proxy_disconnected (gpointer userdata) |
| remote_proxy_t * | remote_proxy_new (lrmd_t *lrmd, struct ipc_client_callbacks *proxy_callbacks, const char *node_name, const char *session_id, const char *channel) |
| void | remote_proxy_cb (lrmd_t *lrmd, const char *node_name, xmlNode *msg) |
Variables | |
| GHashTable * | proxy_table = NULL |
| int lrmd_internal_proxy_send | ( | lrmd_t * | lrmd, |
| xmlNode * | msg | ||
| ) |
Definition at line 2048 of file lrmd_client.c.
| void remote_proxy_ack_shutdown | ( | lrmd_t * | lrmd | ) |
Definition at line 46 of file proxy_common.c.
| void remote_proxy_cb | ( | lrmd_t * | lrmd, |
| const char * | node_name, | ||
| xmlNode * | msg | ||
| ) |
Definition at line 217 of file proxy_common.c.
| void remote_proxy_disconnected | ( | gpointer | userdata | ) |
Definition at line 159 of file proxy_common.c.
| int remote_proxy_dispatch | ( | const char * | buffer, |
| ssize_t | length, | ||
| gpointer | userdata | ||
| ) |
Definition at line 130 of file proxy_common.c.
| void remote_proxy_free | ( | gpointer | data | ) |
Definition at line 119 of file proxy_common.c.
| void remote_proxy_nack_shutdown | ( | lrmd_t * | lrmd | ) |
Definition at line 61 of file proxy_common.c.
| remote_proxy_t* remote_proxy_new | ( | lrmd_t * | lrmd, |
| struct ipc_client_callbacks * | proxy_callbacks, | ||
| const char * | node_name, | ||
| const char * | session_id, | ||
| const char * | channel | ||
| ) |
Definition at line 177 of file proxy_common.c.
| void remote_proxy_relay_event | ( | remote_proxy_t * | proxy, |
| xmlNode * | msg | ||
| ) |
Definition at line 70 of file proxy_common.c.
| void remote_proxy_relay_response | ( | remote_proxy_t * | proxy, |
| xmlNode * | msg, | ||
| int | msg_id | ||
| ) |
Definition at line 88 of file proxy_common.c.
| GHashTable* proxy_table = NULL |
Definition at line 26 of file proxy_common.c.
1.8.14