diff options
Diffstat (limited to 'proto/ospf/ospf.h')
-rw-r--r-- | proto/ospf/ospf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/ospf/ospf.h b/proto/ospf/ospf.h index 164bed3..ca563a4 100644 --- a/proto/ospf/ospf.h +++ b/proto/ospf/ospf.h @@ -110,6 +110,7 @@ struct ospf_hello_packet { struct ospf_neighbor { + node n; struct ospf_iface *ifa; int state; #define NEIGHBOR_DOWN 0 |