summaryrefslogtreecommitdiffstats
path: root/proto/ospf/hello.h
diff options
context:
space:
mode:
Diffstat (limited to 'proto/ospf/hello.h')
-rw-r--r--proto/ospf/hello.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/proto/ospf/hello.h b/proto/ospf/hello.h
index fe53c10..4a5d504 100644
--- a/proto/ospf/hello.h
+++ b/proto/ospf/hello.h
@@ -13,10 +13,13 @@
void install_inactim(struct ospf_neighbor *n);
void restart_inactim(struct ospf_neighbor *n);
void restart_hellotim(struct ospf_iface *ifa);
+void restart_polltim(struct ospf_iface *ifa);
void restart_waittim(struct ospf_iface *ifa);
void ospf_hello_rx(struct ospf_hello_packet *ps, struct proto *p,
struct ospf_iface *ifa, int size, ip_addr faddr);
void hello_timer_hook(timer *timer);
+void poll_timer_hook(timer *timer);
void wait_timer_hook(timer *timer);
+void hello_send(timer *timer,int poll, struct ospf_neighbor *dirn);
#endif /* _BIRD_OSPF_HELLO_H_ */