corosync
2.4.4
|
#include <totem.h>
Data Fields | |
struct totem_ip_address | bindnet |
struct totem_ip_address | boundto |
struct totem_ip_address | mcast_addr |
uint16_t | ip_port |
uint16_t | ttl |
int | member_count |
struct totem_ip_address | member_list [PROCESSOR_COUNT_MAX] |
struct totem_ip_address totem_interface::bindnet |
Definition at line 68 of file totem.h.
Referenced by totem_config_validate(), totemudp_net_mtu_adjust(), and totemudpu_net_mtu_adjust().
struct totem_ip_address totem_interface::boundto |
Definition at line 69 of file totem.h.
Referenced by totemsrp_my_family_get(), and totemsrp_my_nodeid_get().
uint16_t totem_interface::ip_port |
Definition at line 71 of file totem.h.
Referenced by totem_config_validate(), and totemiba_token_target_set().
struct totem_ip_address totem_interface::mcast_addr |
Definition at line 70 of file totem.h.
Referenced by totem_config_validate().
int totem_interface::member_count |
Definition at line 73 of file totem.h.
Referenced by main_iface_change_fn().
struct totem_ip_address totem_interface::member_list[PROCESSOR_COUNT_MAX] |
Definition at line 74 of file totem.h.
Referenced by main_iface_change_fn().
uint16_t totem_interface::ttl |
Definition at line 72 of file totem.h.
Referenced by totem_config_validate().