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/ospfd.h | |
| parent | 19df7279f77cc4513ccd63ce19596a7af7a95f23 (diff) | |
ospfd, ospf6d: add qobj registrations
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'ospfd/ospfd.h')
| -rw-r--r-- | ospfd/ospfd.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ospfd/ospfd.h b/ospfd/ospfd.h index 41a7a30d85..a9e3efeeab 100644 --- a/ospfd/ospfd.h +++ b/ospfd/ospfd.h @@ -24,6 +24,7 @@ #define _ZEBRA_OSPFD_H #include <zebra.h> +#include "qobj.h" #include "libospf.h" #include "filter.h" @@ -302,7 +303,10 @@ struct ospf u_int32_t if_ospf_cli_count; struct route_table *distance_table; + + QOBJ_FIELDS }; +DECLARE_QOBJ_TYPE(ospf) /* OSPF area structure. */ struct ospf_area |
