#include <config.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/un.h>
#include <sys/ioctl.h>
#include <netinet/in.h>
#include <sys/uio.h>
#include <unistd.h>
#include <fcntl.h>
#include <stdlib.h>
#include <stdio.h>
#include <errno.h>
#include <time.h>
#include <arpa/inet.h>
#include <corosync/corotypes.h>
#include <corosync/swab.h>
#include <corosync/totem/totempg.h>
#include <corosync/totem/totem.h>
#include <corosync/logsys.h>
#include "quorum.h"
#include "main.h"
#include "vsf.h"
Go to the source code of this file.
◆ corosync_quorum_initialize()
◆ corosync_quorum_is_quorate()
int corosync_quorum_is_quorate |
( |
void |
| ) |
|
◆ corosync_quorum_register_callback()
◆ corosync_quorum_unregister_callback()
◆ LOGSYS_DECLARE_SUBSYS()
LOGSYS_DECLARE_SUBSYS |
( |
"QUORUM" |
| ) |
|
◆ quorum_none()