|
|
| version 1.2, 2003/06/17 04:30:03 | version 1.3, 2004/03/13 21:08:38 |
|---|---|
| Line 32 | Line 32 |
| * | * |
| * @(#)candidate.c 8.1 (Berkeley) 6/6/93 | * @(#)candidate.c 8.1 (Berkeley) 6/6/93 |
| * $FreeBSD: src/usr.sbin/timed/timed/candidate.c,v 1.5 1999/08/28 01:20:16 peter Exp $ | * $FreeBSD: src/usr.sbin/timed/timed/candidate.c,v 1.5 1999/08/28 01:20:16 peter Exp $ |
| * $DragonFly: src/usr.sbin/timed/timed/candidate.c,v 1.1 2003/06/16 07:38:37 dillon Exp $ | * $DragonFly$ |
| */ | */ |
| #include "globals.h" | #include "globals.h" |
| Line 44 | Line 44 |
| * candidate sends an election request, the candidature is withdrawn. | * candidate sends an election request, the candidature is withdrawn. |
| */ | */ |
| int | int |
| election(net) | election(struct netinfo *net) |
| struct netinfo *net; | |
| { | { |
| struct tsp *resp, msg; | struct tsp *resp, msg; |
| struct timeval then, wait; | struct timeval then, wait; |