Searched refs:election (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.3-release/usr.sbin/timed/timed/
H A Dextern.h59 int election(struct netinfo *);
H A Dcandidate.c41 * `election' candidates a host as master: it is called by a slave
42 * which runs with the -M option set when its election timeout expires.
44 * candidate sends an election request, the candidature is withdrawn.
47 election(struct netinfo *net) function
65 fprintf(fd, "election: discarded stale REFUSE\n");
69 fprintf(fd, "election: discarded stale QUIT\n");
120 * Collision: change value of election timer
141 syslog(LOG_ERR, "error in election from %s",
H A Dtimed.c102 * Slaves start an election to choose a new master when the latter disappears
353 /* election timer delay in secs. */
380 slavenet->status = election(slavenet);
500 * present, or timedaemons started during an election.
502 * slave, postponing election of a master until first

Completed in 69 milliseconds