diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2011-07-07 17:43:39 +0200 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2011-07-08 01:14:52 +0200 |
commit | beeda6af44e72e3a20fcd2837b231a04354790fa (patch) | |
tree | e76d8b473df61139842e88316712bfbef05e2a86 /proto/ospf/hello.h | |
parent | 7d4e923603fdb43b6f017e5ef78e37d0891c699c (diff) |
Removes timers for stub interfaces. Also fixes some minor bugs.
Diffstat (limited to 'proto/ospf/hello.h')
-rw-r--r-- | proto/ospf/hello.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/hello.h b/proto/ospf/hello.h index 3675c052..0e476692 100644 --- a/proto/ospf/hello.h +++ b/proto/ospf/hello.h @@ -12,7 +12,7 @@ void ospf_hello_receive(struct ospf_packet *ps_i, struct ospf_iface *ifa, struct ospf_neighbor *n, ip_addr faddr); -void ospf_hello_send(timer *timer, int kind, struct ospf_neighbor *dirn); +void ospf_hello_send(struct ospf_iface *ifa, int kind, struct ospf_neighbor *dirn); #define OHS_HELLO 0 #define OHS_POLL 1 |