corosync  2.4.2
Data Structures | Macros | Typedefs | Enumerations | Functions | Variables
coroapi.h File Reference
#include <config.h>
#include <stdio.h>
#include <sys/uio.h>
#include <corosync/hdb.h>
#include <qb/qbloop.h>
#include <corosync/swab.h>
Include dependency graph for coroapi.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  mar_message_source_t
 The mar_message_source_t struct. More...
 
struct  corosync_tpg_group
 The corosync_tpg_group struct. More...
 
struct  totem_ip_address
 The totem_ip_address struct. More...
 
struct  memb_ring_id
 The memb_ring_id struct. More...
 
struct  quorum_callin_functions
 The quorum_callin_functions struct. More...
 
struct  corosync_api_v1
 The corosync_api_v1 struct. More...
 
struct  corosync_lib_handler
 The corosync_lib_handler struct. More...
 
struct  corosync_exec_handler
 The corosync_exec_handler struct. More...
 
struct  corosync_service_engine_iface_ver0
 The corosync_service_engine_iface_ver0 struct. More...
 
struct  corosync_service_engine
 The corosync_service_engine struct. More...
 

Macros

#define TIMER_HANDLE_T   1
 
#define TOTEMIP_ADDRLEN   (sizeof(struct in6_addr))
 
#define INTERFACE_MAX   2
 
#define PROCESSOR_COUNT_MAX   384
 
#define MESSAGE_SIZE_MAX   1024*1024
 
#define MESSAGE_QUEUE_MAX   ((4 * MESSAGE_SIZE_MAX) / totem_config->net_mtu)
 
#define TOTEM_AGREED   0
 
#define TOTEM_SAFE   1
 
#define MILLI_2_NANO_SECONDS   1000000ULL
 
#define corosync_lib_flow_control   cs_lib_flow_control
 
#define COROSYNC_LIB_FLOW_CONTROL_REQUIRED   CS_LIB_FLOW_CONTROL_REQUIRED
 
#define COROSYNC_LIB_FLOW_CONTROL_NOT_REQUIRED   CS_LIB_FLOW_CONTROL_NOT_REQUIRED
 
#define corosync_flow_control_state   cs_flow_control_state
 
#define CS_FLOW_CONTROL_STATE_DISABLED   CS_FLOW_CONTROL_STATE_DISABLED
 
#define CS_FLOW_CONTROL_STATE_ENABLED   CS_FLOW_CONTROL_STATE_ENABLED
 
#define corosync_fatal_error_t   cs_fatal_error_t;
 
#define corosync_fatal_error(err)   api->fatal_error ((err), __FILE__, __LINE__)
 
#define SERVICE_ID_MAKE(a, b)   ( ((a)<<16) | (b) )
 
#define SERVICE_HANDLER_MAXIMUM_COUNT   64
 
#define SERVICES_COUNT_MAX   64
 

Typedefs

typedef qb_loop_timer_handle corosync_timer_handle_t
 corosync_timer_handle_t More...
 
typedef void(* quorum_callback_fn_t) (int quorate, void *context)
 The quorum_callback_fn_t callback. More...
 
typedef void(* sync_callback_fn_t) (const unsigned int *view_list, size_t view_list_entries, int primary_designated, struct memb_ring_id *ring_id)
 The sync_callback_fn_t callback. More...
 

Enumerations

enum  totem_configuration_type { TOTEM_CONFIGURATION_REGULAR, TOTEM_CONFIGURATION_TRANSITIONAL, TOTEM_CONFIGURATION_REGULAR, TOTEM_CONFIGURATION_TRANSITIONAL }
 The totem_configuration_type enum. More...
 
enum  totem_callback_token_type { TOTEM_CALLBACK_TOKEN_RECEIVED = 1, TOTEM_CALLBACK_TOKEN_SENT = 2, TOTEM_CALLBACK_TOKEN_RECEIVED = 1, TOTEM_CALLBACK_TOKEN_SENT = 2 }
 The totem_callback_token_type enum. More...
 
enum  cs_lib_flow_control { CS_LIB_FLOW_CONTROL_REQUIRED = 1, CS_LIB_FLOW_CONTROL_NOT_REQUIRED = 2 }
 The cs_lib_flow_control enum. More...
 
enum  cs_lib_allow_inquorate { CS_LIB_DISALLOW_INQUORATE = 0, CS_LIB_ALLOW_INQUORATE = 1 }
 The cs_lib_allow_inquorate enum. More...
 
enum  cs_flow_control_state { CS_FLOW_CONTROL_STATE_DISABLED, CS_FLOW_CONTROL_STATE_ENABLED }
 The cs_flow_control_state enum. More...
 
enum  cs_fatal_error_t {
  COROSYNC_FATAL_ERROR_EXIT = -1, COROSYNC_LIBAIS_SOCKET = -6, COROSYNC_LIBAIS_BIND = -7, COROSYNC_READKEY = -8,
  COROSYNC_INVALID_CONFIG = -9, COROSYNC_DYNAMICLOAD = -12, COROSYNC_OUT_OF_MEMORY = -15, COROSYNC_FATAL_ERR = -16
}
 The cs_fatal_error_t enum. More...
 

Functions

struct totem_ip_address __attribute__ ((packed))
 

Variables

unsigned int nodeid
 
unsigned short family
 
unsigned char addr [TOTEMIP_ADDRLEN]
 
struct totem_ip_address rep
 
unsigned long long seq
 
enum totem_configuration_type __attribute__
 

Macro Definition Documentation

#define corosync_fatal_error (   err)    api->fatal_error ((err), __FILE__, __LINE__)

Definition at line 425 of file coroapi.h.

#define corosync_fatal_error_t   cs_fatal_error_t;

Definition at line 193 of file coroapi.h.

#define corosync_flow_control_state   cs_flow_control_state

Definition at line 175 of file coroapi.h.

#define corosync_lib_flow_control   cs_lib_flow_control

Definition at line 155 of file coroapi.h.

#define COROSYNC_LIB_FLOW_CONTROL_NOT_REQUIRED   CS_LIB_FLOW_CONTROL_NOT_REQUIRED

Definition at line 157 of file coroapi.h.

#define COROSYNC_LIB_FLOW_CONTROL_REQUIRED   CS_LIB_FLOW_CONTROL_REQUIRED

Definition at line 156 of file coroapi.h.

#define CS_FLOW_CONTROL_STATE_DISABLED   CS_FLOW_CONTROL_STATE_DISABLED

Definition at line 176 of file coroapi.h.

#define CS_FLOW_CONTROL_STATE_ENABLED   CS_FLOW_CONTROL_STATE_ENABLED

Definition at line 177 of file coroapi.h.

#define INTERFACE_MAX   2
#define MESSAGE_QUEUE_MAX   ((4 * MESSAGE_SIZE_MAX) / totem_config->net_mtu)

Definition at line 98 of file coroapi.h.

Referenced by totemsrp_initialize().

#define MESSAGE_SIZE_MAX   1024*1024

Definition at line 97 of file coroapi.h.

#define MILLI_2_NANO_SECONDS   1000000ULL

Definition at line 105 of file coroapi.h.

Referenced by mon_get_service_engine_ver0(), and wd_get_service_engine_ver0().

#define PROCESSOR_COUNT_MAX   384

Definition at line 96 of file coroapi.h.

Referenced by sync_init(), and totemsrp_ring_reenable().

#define SERVICE_HANDLER_MAXIMUM_COUNT   64

Definition at line 461 of file coroapi.h.

#define SERVICE_ID_MAKE (   a,
 
)    ( ((a)<<16) | (b) )

Definition at line 459 of file coroapi.h.

#define SERVICES_COUNT_MAX   64
#define TIMER_HANDLE_T   1

Definition at line 75 of file coroapi.h.

#define TOTEM_AGREED   0

Definition at line 102 of file coroapi.h.

#define TOTEM_SAFE   1

Definition at line 103 of file coroapi.h.

#define TOTEMIP_ADDRLEN   (sizeof(struct in6_addr))

Definition at line 86 of file coroapi.h.

Referenced by corosync_cfg_get_node_addrs(), and totemip_copy_endian_convert().

Typedef Documentation

typedef qb_loop_timer_handle corosync_timer_handle_t

corosync_timer_handle_t

Definition at line 74 of file coroapi.h.

typedef void(* quorum_callback_fn_t) (int quorate, void *context)

The quorum_callback_fn_t callback.

Definition at line 199 of file coroapi.h.

typedef void(* sync_callback_fn_t) (const unsigned int *view_list, size_t view_list_entries, int primary_designated, struct memb_ring_id *ring_id)

The sync_callback_fn_t callback.

Definition at line 213 of file coroapi.h.

Enumeration Type Documentation

The cs_fatal_error_t enum.

Enumerator
COROSYNC_FATAL_ERROR_EXIT 
COROSYNC_LIBAIS_SOCKET 
COROSYNC_LIBAIS_BIND 
COROSYNC_READKEY 
COROSYNC_INVALID_CONFIG 
COROSYNC_DYNAMICLOAD 
COROSYNC_OUT_OF_MEMORY 
COROSYNC_FATAL_ERR 

Definition at line 183 of file coroapi.h.

The cs_flow_control_state enum.

Enumerator
CS_FLOW_CONTROL_STATE_DISABLED 
CS_FLOW_CONTROL_STATE_ENABLED 

Definition at line 171 of file coroapi.h.

The cs_lib_allow_inquorate enum.

Enumerator
CS_LIB_DISALLOW_INQUORATE 
CS_LIB_ALLOW_INQUORATE 

Definition at line 162 of file coroapi.h.

The cs_lib_flow_control enum.

Enumerator
CS_LIB_FLOW_CONTROL_REQUIRED 
CS_LIB_FLOW_CONTROL_NOT_REQUIRED 

Definition at line 151 of file coroapi.h.

The totem_callback_token_type enum.

Enumerator
TOTEM_CALLBACK_TOKEN_RECEIVED 
TOTEM_CALLBACK_TOKEN_SENT 
TOTEM_CALLBACK_TOKEN_RECEIVED 
TOTEM_CALLBACK_TOKEN_SENT 

Definition at line 142 of file coroapi.h.

The totem_configuration_type enum.

Enumerator
TOTEM_CONFIGURATION_REGULAR 
TOTEM_CONFIGURATION_TRANSITIONAL 
TOTEM_CONFIGURATION_REGULAR 
TOTEM_CONFIGURATION_TRANSITIONAL 

Definition at line 132 of file coroapi.h.

Function Documentation

struct totem_ip_address __attribute__ ( (packed)  )

Variable Documentation

enum totem_configuration_type __attribute__
unsigned char addr[TOTEMIP_ADDRLEN]

Definition at line 77 of file coroapi.h.

Referenced by cpg_flow_control_state_get(), main_mcast(), and totemip_is_mcast().

unsigned short family
uint32_t nodeid
struct totem_ip_address rep

Definition at line 75 of file coroapi.h.

unsigned int seq

Definition at line 76 of file coroapi.h.