Home
last modified time | relevance | path

Searched defs:election_s (Results 1 – 2 of 2) sorted by relevance

/dports/net/pacemaker2/pacemaker-Pacemaker-2.1.1/lib/cluster/
H A Delection.c25 struct election_s { struct
26 enum election_result state;
27 guint count; // How many times local node has voted
28 char *name; // Descriptive name for this election
29 char *uname; // Local node's name
30 GSourceFunc cb; // Function to call if election is won
31 GHashTable *voted; // Key = node name, value = how node voted
33 int election_wins; // Track wins, for storm detection
34 bool wrote_blackbox; // Write a storm blackbox at most once
35 time_t expires; // When storm detection period ends
[all …]
/dports/net/pacemaker1/pacemaker-Pacemaker-1.1.24/lib/cluster/
H A Delection.c23 struct election_s { struct
24 enum election_result state;
25 guint count; // How many times local node has voted
26 char *name; // Descriptive name for this election
27 char *uname; // Local node's name
28 GSourceFunc cb; // Function to call if election is won
29 GHashTable *voted; // Key = node name, value = how node voted
31 int election_wins; // Track wins, for storm detection
32 bool wrote_blackbox; // Write a storm blackbox at most once
33 time_t expires; // When storm detection period ends
[all …]