corosync 3.1.7
|
#include <config.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/uio.h>
#include <errno.h>
#include <qb/qbipcc.h>
#include <corosync/corotypes.h>
#include <corosync/corodefs.h>
#include <corosync/hdb.h>
#include <corosync/quorum.h>
#include <corosync/ipc_quorum.h>
#include "util.h"
Go to the source code of this file.
Data Structures | |
struct | quorum_inst |
Functions | |
DECLARE_HDB_DATABASE (quorum_handle_t_db, quorum_inst_free) | |
cs_error_t | quorum_initialize (quorum_handle_t *handle, quorum_callbacks_t *callbacks, uint32_t *quorum_type) |
Create a new quorum connection. More... | |
cs_error_t | quorum_model_initialize (quorum_handle_t *handle, quorum_model_t model, quorum_model_data_t *model_data, uint32_t *quorum_type, void *context) |
cs_error_t | quorum_finalize (quorum_handle_t handle) |
Close the quorum handle. More... | |
cs_error_t | quorum_getquorate (quorum_handle_t handle, int *quorate) |
Get quorum information. More... | |
cs_error_t | quorum_fd_get (quorum_handle_t handle, int *fd) |
Get a file descriptor on which to poll. More... | |
cs_error_t | quorum_context_get (quorum_handle_t handle, const void **context) |
quorum_context_get More... | |
cs_error_t | quorum_context_set (quorum_handle_t handle, const void *context) |
quorum_context_set More... | |
cs_error_t | quorum_trackstart (quorum_handle_t handle, unsigned int flags) |
Track node and quorum changes. More... | |
cs_error_t | quorum_trackstop (quorum_handle_t handle) |
quorum_trackstop More... | |
cs_error_t | quorum_dispatch (quorum_handle_t handle, cs_dispatch_flags_t dispatch_types) |
Dispatch messages and configuration changes. More... | |
DECLARE_HDB_DATABASE | ( | quorum_handle_t_db | , |
quorum_inst_free | |||
) |
cs_error_t quorum_context_get | ( | quorum_handle_t | handle, |
const void ** | context | ||
) |
quorum_context_get
handle | |
context |
Definition at line 299 of file lib/quorum.c.
References hdb_error_to_cs().
cs_error_t quorum_context_set | ( | quorum_handle_t | handle, |
const void * | context | ||
) |
quorum_context_set
handle | |
context |
Definition at line 318 of file lib/quorum.c.
References hdb_error_to_cs().
cs_error_t quorum_dispatch | ( | quorum_handle_t | handle, |
cs_dispatch_flags_t | dispatch_types | ||
) |
Dispatch messages and configuration changes.
handle | |
dispatch_types |
Definition at line 418 of file lib/quorum.c.
References CS_DISPATCH_ALL, CS_DISPATCH_BLOCKING, CS_DISPATCH_ONE, CS_DISPATCH_ONE_NONBLOCKING, CS_ERR_INVALID_PARAM, hdb_error_to_cs(), IPC_DISPATCH_SIZE, and ring_id.
cs_error_t quorum_fd_get | ( | quorum_handle_t | handle, |
int * | fd | ||
) |
Get a file descriptor on which to poll.
handle | |
fd |
Definition at line 279 of file lib/quorum.c.
References hdb_error_to_cs().
cs_error_t quorum_finalize | ( | quorum_handle_t | handle | ) |
Close the quorum handle.
handle |
Definition at line 209 of file lib/quorum.c.
References hdb_error_to_cs().
cs_error_t quorum_getquorate | ( | quorum_handle_t | handle, |
int * | quorate | ||
) |
Get quorum information.
handle | |
quorate |
Definition at line 237 of file lib/quorum.c.
References hdb_error_to_cs().
cs_error_t quorum_initialize | ( | quorum_handle_t * | handle, |
quorum_callbacks_t * | callbacks, | ||
uint32_t * | quorum_type | ||
) |
Create a new quorum connection.
handle | |
callbacks | |
quorum_type |
Definition at line 73 of file lib/quorum.c.
cs_error_t quorum_model_initialize | ( | quorum_handle_t * | handle, |
quorum_model_t | model, | ||
quorum_model_data_t * | model_data, | ||
uint32_t * | quorum_type, | ||
void * | context | ||
) |
Definition at line 90 of file lib/quorum.c.
cs_error_t quorum_trackstart | ( | quorum_handle_t | handle, |
unsigned int | flags | ||
) |
Track node and quorum changes.
handle | |
flags |
Definition at line 338 of file lib/quorum.c.
References hdb_error_to_cs().
cs_error_t quorum_trackstop | ( | quorum_handle_t | handle | ) |
quorum_trackstop
handle |
Definition at line 379 of file lib/quorum.c.
References hdb_error_to_cs().