diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2016-12-07 13:25:38 +0100 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2016-12-09 17:36:25 +0100 |
commit | ae19c240472c8315aac4d1a0958cb3bcd48eee91 (patch) | |
tree | 46310a893acb0c8a4deb0807a6cb78bc8dcffb2d /ospfd/ospf_interface.h | |
parent | bgpd: add qobj registrations (diff) | |
download | frr-ae19c240472c8315aac4d1a0958cb3bcd48eee91.tar.xz frr-ae19c240472c8315aac4d1a0958cb3bcd48eee91.zip |
ospfd, ospf6d: add qobj registrations
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'ospfd/ospf_interface.h')
-rw-r--r-- | ospfd/ospf_interface.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ospfd/ospf_interface.h b/ospfd/ospf_interface.h index 7a74288bf..bd51bbf42 100644 --- a/ospfd/ospf_interface.h +++ b/ospfd/ospf_interface.h @@ -23,6 +23,7 @@ #ifndef _ZEBRA_OSPF_INTERFACE_H #define _ZEBRA_OSPF_INTERFACE_H +#include "qobj.h" #include "ospfd/ospf_packet.h" #include "ospfd/ospf_spf.h" @@ -228,7 +229,10 @@ struct ospf_interface u_int32_t state_change; /* Number of status change. */ u_int32_t full_nbrs; + + QOBJ_FIELDS }; +DECLARE_QOBJ_TYPE(ospf_interface) /* Prototypes. */ extern char *ospf_if_name (struct ospf_interface *); |