diff options
author | Ondrej Filip <feela@network.cz> | 2000-04-18 01:06:16 +0000 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-04-18 01:06:16 +0000 |
commit | 67315ef64e3655c65cfab032d637fe29d3cf91b2 (patch) | |
tree | 95ddb8cb514d5163c4fb5cbf1eb13bf2ab5d7ec3 /proto/ospf/packet.h | |
parent | 2a0925948de20bd391d2c27a08ffdf2b4350e5c3 (diff) |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/ospf/packet.h b/proto/ospf/packet.h index 1997c06d..23999a23 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_ */ |