corosync
2.4.2
|
Data Fields | |
struct message_header | header |
struct srp_addr | system_from |
unsigned int | seq |
int | this_seqno |
struct memb_ring_id | ring_id |
unsigned int | node_id |
int | guarantee |
Definition at line 184 of file totemsrp.c.
int mcast::guarantee |
Definition at line 191 of file totemsrp.c.
Referenced by totemsrp_mcast().
struct message_header mcast::header |
Definition at line 185 of file totemsrp.c.
Referenced by totemsrp_mcast().
unsigned int mcast::node_id |
Definition at line 190 of file totemsrp.c.
struct memb_ring_id mcast::ring_id |
Definition at line 189 of file totemsrp.c.
unsigned int mcast::seq |
Definition at line 187 of file totemsrp.c.
struct srp_addr mcast::system_from |
Definition at line 186 of file totemsrp.c.
Referenced by totemsrp_mcast().
int mcast::this_seqno |
Definition at line 188 of file totemsrp.c.