![]() |
pacemaker
1.1.14-70404b0
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_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 1540 of file lrmd_client.c.
void remote_proxy_end_session | ( | const char * | session | ) |
Definition at line 75 of file proxy_common.c.
void remote_proxy_free | ( | gpointer | data | ) |
Definition at line 90 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 49 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 62 of file proxy_common.c.
GHashTable* proxy_table = NULL |
Definition at line 35 of file proxy_common.c.