diff options
author | hasso <hasso> | 2004-05-18 19:28:32 +0000 |
---|---|---|
committer | hasso <hasso> | 2004-05-18 19:28:32 +0000 |
commit | 7c98e4d975cfe99d702a54a7a901323c3899417f (patch) | |
tree | 18b7e82433d3cb1c1f4965df006a8013b131c047 /ospf6d/ospf6_lsa.h | |
parent | 97f44e99f8bd5e58b35c804b358b3e05184f9555 (diff) | |
download | quagga-7c98e4d975cfe99d702a54a7a901323c3899417f.tar.bz2 quagga-7c98e4d975cfe99d702a54a7a901323c3899417f.tar.xz |
Update to latest (really :) ospf6d from Zebra repository and some tiny
fixes.
Diffstat (limited to 'ospf6d/ospf6_lsa.h')
-rw-r--r-- | ospf6d/ospf6_lsa.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ospf6d/ospf6_lsa.h b/ospf6d/ospf6_lsa.h index 8b9d5f34..1f88f926 100644 --- a/ospf6d/ospf6_lsa.h +++ b/ospf6d/ospf6_lsa.h @@ -120,9 +120,7 @@ struct ospf6_lsa void *scope; /* pointer to scope data structure */ int headeronly; /* indicate this is LS header only */ - - unsigned long refcnt; - struct ospf6_lsa *refsrc; + int onretrans; /* lsa instance */ struct ospf6_lsa_header *header; |