summaryrefslogtreecommitdiffstats
path: root/proto/ospf/packet.h
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2000-04-18 03:06:16 +0200
committerOndrej Filip <feela@network.cz>2000-04-18 03:06:16 +0200
commit67315ef64e3655c65cfab032d637fe29d3cf91b2 (patch)
tree95ddb8cb514d5163c4fb5cbf1eb13bf2ab5d7ec3 /proto/ospf/packet.h
parent2a0925948de20bd391d2c27a08ffdf2b4350e5c3 (diff)
downloadbird-67315ef64e3655c65cfab032d637fe29d3cf91b2.tar
bird-67315ef64e3655c65cfab032d637fe29d3cf91b2.zip
Some lsack work. There is something very worng. :-( It locked my network.
Diffstat (limited to 'proto/ospf/packet.h')
-rw-r--r--proto/ospf/packet.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/ospf/packet.h b/proto/ospf/packet.h
index 1997c06..23999a2 100644
--- a/proto/ospf/packet.h
+++ b/proto/ospf/packet.h
@@ -16,5 +16,6 @@ void ospf_pkt_finalize(struct ospf_iface *ifa, struct ospf_packet *pkt);
int ospf_rx_hook(sock *sk, int size);
void ospf_tx_hook(sock *sk);
void ospf_err_hook(sock *sk, int err);
+void sk_send_to_agt(sock *sk, u16 len, struct ospf_iface *ifa, u8 state);
#endif /* _BIRD_OSPF_PACKET_H_ */