corosync  3.1.9
Data Fields
totem_interface Struct Reference

#include <totem.h>

Collaboration diagram for totem_interface:
Collaboration graph
[legend]

Data Fields

struct totem_ip_address bindnet
 
struct totem_ip_address boundto
 
struct totem_ip_address mcast_addr
 
struct totem_ip_address local_ip
 
uint16_t ip_port
 
uint16_t ttl
 
uint8_t configured
 
int member_count
 
int knet_link_priority
 
int knet_ping_interval
 
int knet_ping_timeout
 
int knet_ping_precision
 
int knet_pong_count
 
int knet_transport
 
struct totem_ip_address member_list [PROCESSOR_COUNT_MAX]
 

Detailed Description

Definition at line 82 of file totem.h.

Field Documentation

struct totem_ip_address totem_interface::bindnet
struct totem_ip_address totem_interface::boundto

Definition at line 84 of file totem.h.

Referenced by totemknet_initialize(), totemsrp_initialize(), and totemsrp_my_family_get().

uint8_t totem_interface::configured
uint16_t totem_interface::ip_port

Definition at line 87 of file totem.h.

Referenced by totem_config_read(), totem_config_validate(), and totemknet_initialize().

int totem_interface::knet_link_priority

Definition at line 91 of file totem.h.

Referenced by totem_config_validate(), and totemknet_member_add().

int totem_interface::knet_ping_interval

Definition at line 92 of file totem.h.

Referenced by totemknet_member_add().

int totem_interface::knet_ping_precision

Definition at line 94 of file totem.h.

Referenced by totemknet_member_add().

int totem_interface::knet_ping_timeout

Definition at line 93 of file totem.h.

Referenced by totemknet_member_add().

int totem_interface::knet_pong_count

Definition at line 95 of file totem.h.

Referenced by totemknet_member_add().

int totem_interface::knet_transport

Definition at line 96 of file totem.h.

Referenced by totemknet_member_add().

struct totem_ip_address totem_interface::local_ip

Definition at line 86 of file totem.h.

struct totem_ip_address totem_interface::mcast_addr
int totem_interface::member_count
struct totem_ip_address totem_interface::member_list[PROCESSOR_COUNT_MAX]

Definition at line 97 of file totem.h.

Referenced by totem_config_read(), totem_volatile_config_validate(), and totemsrp_ifaces_get().

uint16_t totem_interface::ttl

Definition at line 88 of file totem.h.

Referenced by totem_config_validate().


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