corosync
2.4.5
|
Definition at line 98 of file totemudpu.c.
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] |
Definition at line 182 of file totemudpu.c.
Referenced by totemudpu_finalize(), totemudpu_initialize(), and totemudpu_recv_mcast_empty().
struct list_head totemudpu_instance::member_list |
Definition at line 152 of file totemudpu.c.
Referenced by totemudpu_member_add(), totemudpu_member_list_rebind_ip(), totemudpu_member_remove(), and totemudpu_member_set_active().
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 |
Definition at line 101 of file totemudpu.c.
Referenced by totemudpu_finalize(), totemudpu_initialize(), totemudpu_member_remove(), and totemudpu_processor_count_set().
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.