|
corosync
2.3.5
|

Data Fields | |
| int | node_id |
| nodestate_t | state |
| uint32_t | votes |
| uint32_t | expected_votes |
| uint32_t | flags |
| struct list_head | list |
Definition at line 182 of file exec/votequorum.c.
| uint32_t cluster_node::expected_votes |
Definition at line 186 of file exec/votequorum.c.
Referenced by votequorum_init().
| uint32_t cluster_node::flags |
Definition at line 187 of file exec/votequorum.c.
Referenced by votequorum_init().
| struct list_head cluster_node::list |
Definition at line 188 of file exec/votequorum.c.
| int cluster_node::node_id |
Definition at line 183 of file exec/votequorum.c.
Referenced by votequorum_init().
| nodestate_t cluster_node::state |
Definition at line 184 of file exec/votequorum.c.
Referenced by votequorum_init().
| uint32_t cluster_node::votes |
Definition at line 185 of file exec/votequorum.c.
Referenced by votequorum_init().
1.8.11