#include <config.h>
#include <stdlib.h>
#include <string.h>
#include <qb/qbutil.h>
#include <qb/qbloop.h>
#include <qb/qbipcs.h>
#include <corosync/corotypes.h>
#include <corosync/totem/totempg.h>
#include <corosync/totem/totemip.h>
#include <corosync/totem/totem.h>
#include <corosync/logsys.h>
#include "util.h"
#include "timer.h"
#include "quorum.h"
#include "schedwrk.h"
#include "main.h"
#include "apidef.h"
#include "service.h"
Go to the source code of this file.
|
typedef int(* | typedef_tpg_join) (void *, const struct corosync_tpg_group *, size_t) |
|
typedef int(* | typedef_tpg_leave) (void *, const struct corosync_tpg_group *, size_t) |
|
typedef int(* | typedef_tpg_groups_mcast_groups) (void *, int, const struct corosync_tpg_group *, size_t groups_cnt, const struct iovec *, unsigned int) |
|
typedef int(* | typedef_tpg_groups_send_ok) (void *, const struct corosync_tpg_group *, size_t groups_cnt, struct iovec *, int) |
|
◆ typedef_tpg_groups_mcast_groups
typedef int(* typedef_tpg_groups_mcast_groups) (void *, int, const struct corosync_tpg_group *, size_t groups_cnt, const struct iovec *, unsigned int) |
◆ typedef_tpg_groups_send_ok
typedef int(* typedef_tpg_groups_send_ok) (void *, const struct corosync_tpg_group *, size_t groups_cnt, struct iovec *, int) |
◆ typedef_tpg_join
◆ typedef_tpg_leave
◆ apidef_get()
◆ LOGSYS_DECLARE_SUBSYS()
LOGSYS_DECLARE_SUBSYS |
( |
"APIDEF" |
| ) |
|