diff options
author | Ondrej Filip <feela@network.cz> | 1999-08-09 17:58:01 +0000 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 1999-08-09 17:58:01 +0000 |
commit | e83dc0d7e78fd31b435b36424beb790bf55881a8 (patch) | |
tree | 4d454ea3900a26d7a763b16b9c98dc80b33f3005 /proto/ospf/ospf.h | |
parent | 8c51f96acff1cfb05d1cf05f4355fce655c32599 (diff) |
(Backup) Designated Router election added.
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 164bed36..ca563a4a 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 |