|
corosync 3.1.9
|
#include <config.h>#include <sys/types.h>#include <unistd.h>#include <fcntl.h>#include <stdlib.h>#include <errno.h>#include <poll.h>#include <assert.h>#include <qb/qbloop.h>#include <qb/qblist.h>#include <qb/qbipcs.h>#include <qb/qbipc_common.h>#include <corosync/corotypes.h>#include <corosync/corodefs.h>#include <corosync/mar_gen.h>#include <corosync/ipc_cmap.h>#include <corosync/logsys.h>#include <corosync/coroapi.h>#include <corosync/icmap.h>#include "service.h"#include "ipcs_stats.h"#include "stats.h"
Go to the source code of this file.
Data Structures | |
| struct | cmap_map |
| struct | cmap_conn_info |
| struct | cmap_track_user_data |
| struct | req_exec_cmap_mcast_item |
| struct | req_exec_cmap_mcast |
Macros | |
| #define | MAX_REQ_EXEC_CMAP_MCAST_ITEMS 32 |
| #define | ICMAP_VALUETYPE_NOT_EXIST 0 |
Typedefs | |
| typedef uint64_t | cmap_iter_handle_t |
| typedef uint64_t | cmap_track_handle_t |
Enumerations | |
| enum | cmap_message_req_types { MESSAGE_REQ_EXEC_CMAP_MCAST = 0 } |
| enum | cmap_mcast_reason { CMAP_MCAST_REASON_SYNC = 0 , CMAP_MCAST_REASON_NEW_CONFIG_VERSION = 1 } |
Functions | |
| LOGSYS_DECLARE_SUBSYS ("CMAP") | |
| struct corosync_service_engine * | cmap_get_service_engine_ver0 (void) |
Variables | |
| struct cmap_map | icmap_map |
| struct cmap_map | stats_map |
| struct corosync_service_engine | cmap_service_engine |
| #define ICMAP_VALUETYPE_NOT_EXIST 0 |
Definition at line 65 of file exec/cmap.c.
| #define MAX_REQ_EXEC_CMAP_MCAST_ITEMS 32 |
Definition at line 64 of file exec/cmap.c.
Definition at line 132 of file exec/cmap.c.
Definition at line 133 of file exec/cmap.c.
| Enumerator | |
|---|---|
| CMAP_MCAST_REASON_SYNC | |
| CMAP_MCAST_REASON_NEW_CONFIG_VERSION | |
Definition at line 145 of file exec/cmap.c.
| Enumerator | |
|---|---|
| MESSAGE_REQ_EXEC_CMAP_MCAST | |
Definition at line 141 of file exec/cmap.c.
| struct corosync_service_engine * cmap_get_service_engine_ver0 | ( | void | ) |
Definition at line 284 of file exec/cmap.c.
References cmap_service_engine.
| LOGSYS_DECLARE_SUBSYS | ( | "CMAP" | ) |
| struct corosync_service_engine cmap_service_engine |
Definition at line 263 of file exec/cmap.c.
Referenced by cmap_get_service_engine_ver0().
Definition at line 98 of file exec/cmap.c.
Definition at line 112 of file exec/cmap.c.
Referenced by LOGSYS_DECLARE_SUBSYS(), stats_map_get(), stats_map_init(), stats_map_iter_init(), stats_map_track_add(), and stats_map_track_delete().