diff options
author | Ondrej Filip <feela@network.cz> | 2004-06-01 15:12:10 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2004-06-01 15:12:10 +0200 |
commit | 035f6acbfec1e06a207217ae81153b67ced995f3 (patch) | |
tree | 0f30c642631e1a0d370ac45e17c99d13ab4c7332 /proto/ospf/ospf.h | |
parent | 8281ff201e1eebe35cb8e7716565361bed77a6cd (diff) | |
download | bird-035f6acbfec1e06a207217ae81153b67ced995f3.tar bird-035f6acbfec1e06a207217ae81153b67ced995f3.zip |
Patch from Andreas Steinmetz <ast@domdv.de>
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 a0dc878..9373148 100644 --- a/proto/ospf/ospf.h +++ b/proto/ospf/ospf.h @@ -324,6 +324,7 @@ struct ospf_lsack_packet { struct ospf_neighbor { node n; + pool *pool; struct ospf_iface *ifa; u8 state; #define NEIGHBOR_DOWN 0 |