corosync  2.4.6
Data Fields
totemudpu_instance Struct Reference
Collaboration diagram for totemudpu_instance:
Collaboration graph
[legend]

Data Fields

struct crypto_instancecrypto_inst
 
qb_loop_t * totemudpu_poll_handle
 
struct totem_interfacetotem_interface
 
int netif_state_report
 
int netif_bind_state
 
void * context
 
void(* totemudpu_deliver_fn )(void *context, const void *msg, unsigned int msg_len)
 
void(* totemudpu_iface_change_fn )(void *context, const struct totem_ip_address *iface_address)
 
void(* totemudpu_target_set_completed )(void *context)
 
int totemudpu_log_level_security
 
int totemudpu_log_level_error
 
int totemudpu_log_level_warning
 
int totemudpu_log_level_notice
 
int totemudpu_log_level_debug
 
int totemudpu_subsys_id
 
void(* totemudpu_log_printf )(int level, int subsys, const char *function, const char *file, int line, const char *format,...) __attribute__((format(printf
 
void(*) void udpu_context )
 
char iov_buffer [FRAME_SIZE_MAX]
 
struct iovec totemudpu_iov_recv
 
struct list_head member_list
 
int stats_sent
 
int stats_recv
 
int stats_delv
 
int stats_remcasts
 
int stats_orf_token
 
struct timeval stats_tv_start
 
struct totem_ip_address my_id
 
int firstrun
 
qb_loop_timer_handle timer_netif_check_timeout
 
unsigned int my_memb_entries
 
struct totem_configtotem_config
 
totemsrp_stats_tstats
 
struct totem_ip_address token_target
 
int token_socket
 
int local_loop_sock [2]
 
qb_loop_timer_handle timer_merge_detect_timeout
 
int send_merge_detect_message
 
unsigned int merge_detect_messages_sent_before_timeout
 

Detailed Description

Definition at line 98 of file totemudpu.c.

Field Documentation

void* totemudpu_instance::context

Definition at line 109 of file totemudpu.c.

Referenced by totemudpu_initialize(), and totemudpu_token_target_set().

struct crypto_instance* totemudpu_instance::crypto_inst

Definition at line 99 of file totemudpu.c.

Referenced by totemudpu_initialize().

int totemudpu_instance::firstrun

Definition at line 168 of file totemudpu.c.

char totemudpu_instance::iov_buffer[FRAME_SIZE_MAX]

Definition at line 148 of file totemudpu.c.

Referenced by totemudpu_initialize().

int totemudpu_instance::local_loop_sock[2]
struct list_head totemudpu_instance::member_list
unsigned int totemudpu_instance::merge_detect_messages_sent_before_timeout

Definition at line 188 of file totemudpu.c.

struct totem_ip_address totemudpu_instance::my_id

Definition at line 166 of file totemudpu.c.

Referenced by totemudpu_iface_get(), and totemudpu_iface_print().

unsigned int totemudpu_instance::my_memb_entries

Definition at line 172 of file totemudpu.c.

Referenced by totemudpu_processor_count_set().

int totemudpu_instance::netif_bind_state

Definition at line 107 of file totemudpu.c.

Referenced by totemudpu_recv_mcast_empty().

int totemudpu_instance::netif_state_report

Definition at line 105 of file totemudpu.c.

int totemudpu_instance::send_merge_detect_message

Definition at line 186 of file totemudpu.c.

totemsrp_stats_t* totemudpu_instance::stats

Definition at line 176 of file totemudpu.c.

Referenced by totemudpu_initialize().

int totemudpu_instance::stats_delv

Definition at line 158 of file totemudpu.c.

int totemudpu_instance::stats_orf_token

Definition at line 162 of file totemudpu.c.

int totemudpu_instance::stats_recv

Definition at line 156 of file totemudpu.c.

int totemudpu_instance::stats_remcasts

Definition at line 160 of file totemudpu.c.

int totemudpu_instance::stats_sent

Definition at line 154 of file totemudpu.c.

struct timeval totemudpu_instance::stats_tv_start

Definition at line 164 of file totemudpu.c.

qb_loop_timer_handle totemudpu_instance::timer_merge_detect_timeout

Definition at line 184 of file totemudpu.c.

qb_loop_timer_handle totemudpu_instance::timer_netif_check_timeout

Definition at line 170 of file totemudpu.c.

Referenced by totemudpu_initialize(), and totemudpu_processor_count_set().

int totemudpu_instance::token_socket

Definition at line 180 of file totemudpu.c.

Referenced by totemudpu_finalize(), and totemudpu_recv_mcast_empty().

struct totem_ip_address totemudpu_instance::token_target

Definition at line 178 of file totemudpu.c.

Referenced by totemudpu_token_send(), and totemudpu_token_target_set().

struct totem_config* totemudpu_instance::totem_config

Definition at line 174 of file totemudpu.c.

Referenced by totemudpu_initialize(), and totemudpu_processor_count_set().

struct totem_interface* totemudpu_instance::totem_interface

Definition at line 103 of file totemudpu.c.

Referenced by totemudpu_initialize().

void(* totemudpu_instance::totemudpu_deliver_fn) (void *context, const void *msg, unsigned int msg_len)

Definition at line 111 of file totemudpu.c.

Referenced by totemudpu_initialize().

void(* totemudpu_instance::totemudpu_iface_change_fn) (void *context, const struct totem_ip_address *iface_address)

Definition at line 116 of file totemudpu.c.

Referenced by totemudpu_initialize().

struct iovec totemudpu_instance::totemudpu_iov_recv

Definition at line 150 of file totemudpu.c.

Referenced by totemudpu_recv_mcast_empty().

int totemudpu_instance::totemudpu_log_level_debug

Definition at line 133 of file totemudpu.c.

Referenced by totemudpu_initialize().

int totemudpu_instance::totemudpu_log_level_error

Definition at line 127 of file totemudpu.c.

Referenced by totemudpu_initialize().

int totemudpu_instance::totemudpu_log_level_notice

Definition at line 131 of file totemudpu.c.

Referenced by totemudpu_initialize().

int totemudpu_instance::totemudpu_log_level_security

Definition at line 125 of file totemudpu.c.

Referenced by totemudpu_initialize().

int totemudpu_instance::totemudpu_log_level_warning

Definition at line 129 of file totemudpu.c.

Referenced by totemudpu_initialize().

void(* totemudpu_instance::totemudpu_log_printf) (int level, int subsys, const char *function, const char *file, int line, const char *format,...) __attribute__((format(printf

Definition at line 137 of file totemudpu.c.

Referenced by totemudpu_initialize().

qb_loop_t* totemudpu_instance::totemudpu_poll_handle
int totemudpu_instance::totemudpu_subsys_id

Definition at line 135 of file totemudpu.c.

Referenced by totemudpu_initialize().

void(* totemudpu_instance::totemudpu_target_set_completed) (void *context)

Definition at line 120 of file totemudpu.c.

Referenced by totemudpu_initialize(), and totemudpu_token_target_set().

void(*) void totemudpu_instance::udpu_context)

Definition at line 144 of file totemudpu.c.


The documentation for this struct was generated from the following file: