corosync
2.4.2
|
#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 65 of file totem.h.
Referenced by totem_config_read(), totem_config_validate(), totemiba_initialize(), totemudp_initialize(), totemudp_net_mtu_adjust(), totemudpu_initialize(), and totemudpu_net_mtu_adjust().
struct totem_ip_address totem_interface::boundto |
Definition at line 66 of file totem.h.
Referenced by totemsrp_my_family_get(), and totemsrp_my_nodeid_get().
uint16_t totem_interface::ip_port |
Definition at line 68 of file totem.h.
Referenced by totem_config_read(), totem_config_validate(), and totemiba_token_target_set().
struct totem_ip_address totem_interface::mcast_addr |
Definition at line 67 of file totem.h.
Referenced by totem_config_read(), totem_config_validate(), totemsrp_initialize(), and totemudp_initialize().
int totem_interface::member_count |
Definition at line 70 of file totem.h.
Referenced by main_iface_change_fn(), and totem_config_read().
struct totem_ip_address totem_interface::member_list[PROCESSOR_COUNT_MAX] |
Definition at line 71 of file totem.h.
Referenced by main_iface_change_fn(), and totem_config_read().
uint16_t totem_interface::ttl |
Definition at line 69 of file totem.h.
Referenced by totem_config_read(), and totem_config_validate().