|
corosync
3.1.6
|
#include <totem.h>
Data Fields | |
| uint32_t | version |
| unsigned int | nodeid |
| uint8_t | reachable |
| uint8_t | remote |
| uint8_t | external |
| uint8_t | onwire_min |
| uint8_t | onwire_max |
| uint8_t | onwire_ver |
| struct knet_link_status | link_status [KNET_MAX_LINK] |
| uint8_t totem_node_status::external |
Definition at line 269 of file totem.h.
Referenced by totemknet_nodestatus_get().
| struct knet_link_status totem_node_status::link_status[KNET_MAX_LINK] |
Definition at line 272 of file totem.h.
Referenced by totemknet_nodestatus_get(), totemudp_nodestatus_get(), and totemudpu_nodestatus_get().
| unsigned int totem_node_status::nodeid |
Definition at line 266 of file totem.h.
Referenced by totemknet_nodestatus_get(), totemudp_nodestatus_get(), and totemudpu_nodestatus_get().
| uint8_t totem_node_status::onwire_max |
Definition at line 271 of file totem.h.
Referenced by totemknet_nodestatus_get().
| uint8_t totem_node_status::onwire_min |
Definition at line 270 of file totem.h.
Referenced by totemknet_nodestatus_get().
| uint8_t totem_node_status::onwire_ver |
Definition at line 272 of file totem.h.
Referenced by totemknet_nodestatus_get().
| uint8_t totem_node_status::reachable |
Definition at line 267 of file totem.h.
Referenced by totemknet_nodestatus_get(), totemsrp_nodestatus_get(), totemudp_nodestatus_get(), and totemudpu_nodestatus_get().
| uint8_t totem_node_status::remote |
Definition at line 268 of file totem.h.
Referenced by totemknet_nodestatus_get().
| uint32_t totem_node_status::version |
Definition at line 265 of file totem.h.
Referenced by totemsrp_nodestatus_get().