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

  /src/usr.sbin/timed/timed/
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",
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",

Completed in 163 milliseconds