![]() |
pacemaker
1.1.16-94ff4df
Scalable High-Availability cluster resource manager
|
#include <crm_internal.h>#include <glib.h>#include <unistd.h>#include <crm/crm.h>#include <crm/msg_xml.h>#include <crm/services.h>#include <crm/common/mainloop.h>#include <crm/pengine/status.h>#include <crm/cib.h>#include <crm/lrmd.h>
Go to the source code of this file.
Functions | |
| int | lrmd_internal_proxy_send (lrmd_t *lrmd, xmlNode *msg) |
| void | remote_proxy_notify_destroy (lrmd_t *lrmd, const char *session_id) |
| void | remote_proxy_ack_shutdown (lrmd_t *lrmd) |
| Send an acknowledgment of a remote proxy shutdown request. More... | |
| void | remote_proxy_relay_event (lrmd_t *lrmd, const char *session_id, xmlNode *msg) |
| void | remote_proxy_relay_response (lrmd_t *lrmd, const char *session_id, xmlNode *msg, int msg_id) |
| void | remote_proxy_end_session (const char *session) |
| void | remote_proxy_free (gpointer data) |
Variables | |
| GHashTable * | proxy_table = NULL |
| int lrmd_internal_proxy_send | ( | lrmd_t * | lrmd, |
| xmlNode * | msg | ||
| ) |
Definition at line 1566 of file lrmd_client.c.
| void remote_proxy_ack_shutdown | ( | lrmd_t * | lrmd | ) |
Send an acknowledgment of a remote proxy shutdown request.
| [in] | lrmd | Connection to proxy |
Definition at line 54 of file proxy_common.c.
| void remote_proxy_end_session | ( | const char * | session | ) |
Definition at line 89 of file proxy_common.c.
| void remote_proxy_free | ( | gpointer | data | ) |
Definition at line 104 of file proxy_common.c.
| void remote_proxy_notify_destroy | ( | lrmd_t * | lrmd, |
| const char * | session_id | ||
| ) |
Definition at line 38 of file proxy_common.c.
| void remote_proxy_relay_event | ( | lrmd_t * | lrmd, |
| const char * | session_id, | ||
| xmlNode * | msg | ||
| ) |
Definition at line 63 of file proxy_common.c.
| void remote_proxy_relay_response | ( | lrmd_t * | lrmd, |
| const char * | session_id, | ||
| xmlNode * | msg, | ||
| int | msg_id | ||
| ) |
Definition at line 76 of file proxy_common.c.
| GHashTable* proxy_table = NULL |
Definition at line 35 of file proxy_common.c.
1.8.12