HomeSort by: relevance | last modified time | path
    Searched refs:election (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/timed/timed/
timed-extern.h 58 int election(struct netinfo *);
candidate.c 42 * `election' candidates a host as master: it is called by a slave
43 * which runs with the -M option set when its election timeout expires.
45 * candidate sends an election request, the candidature is withdrawn.
48 election(struct netinfo *net) function in typeref:typename:int
58 * round, we would send an ELECTION message, get the stale QUIT,
66 fprintf(fd, "election: discarded stale REFUSE\n");
70 fprintf(fd, "election: discarded stale QUIT\n");
117 * Collision: change value of election timer
138 syslog(LOG_ERR, "error in election from %s",
timed.c 111 * Slaves start an election to choose a new master when the latter disappears
334 /* election timer delay in secs. */
363 slavenet->status = election(slavenet);
470 * present, or timedaemons started during an election.
472 * slave, postponing election of a master until first

Completed in 34 milliseconds