Better debugging.
This commit is contained in:
parent
e6fcf113ec
commit
6fa948d6c5
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ void ospf_int_sm(struct ospf_iface *ifa, int event);
|
|||
sock *ospf_open_mc_socket(struct ospf_iface *ifa);
|
||||
sock *ospf_open_ip_socket(struct ospf_iface *ifa);
|
||||
u8 is_good_iface(struct proto *p, struct iface *iface);
|
||||
u8 ospf_iface_clasify(struct iface *ifa);
|
||||
u8 ospf_iface_clasify(struct iface *ifa, struct proto *p);
|
||||
void ospf_add_timers(struct ospf_iface *ifa, pool *pool);
|
||||
void ospf_iface_default(struct ospf_iface *ifa);
|
||||
struct ospf_iface *find_iface(struct proto_ospf *p, struct iface *what);
|
||||
|
|
Loading…
Reference in a new issue