diff options
author | David Lamparter <equinox@diac24.net> | 2021-02-21 06:38:13 +0100 |
---|---|---|
committer | David Lamparter <equinox@diac24.net> | 2021-03-17 06:18:37 +0100 |
commit | 96244aca23adec551c29b78f26605f8af8eea53e (patch) | |
tree | 1f4b4216f3a73e5bddffa2898495a74b2992af0f /lib/nexthop_group.h | |
parent | *: require semicolon after DEFINE_HOOK & co. (diff) | |
download | frr-96244aca23adec551c29b78f26605f8af8eea53e.tar.xz frr-96244aca23adec551c29b78f26605f8af8eea53e.zip |
*: require semicolon after DEFINE_QOBJ & co.
Again, see previous commits.
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'lib/nexthop_group.h')
-rw-r--r-- | lib/nexthop_group.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/nexthop_group.h b/lib/nexthop_group.h index 5f7bde0de..8e75e5c6a 100644 --- a/lib/nexthop_group.h +++ b/lib/nexthop_group.h @@ -97,12 +97,12 @@ struct nexthop_group_cmd { struct list *nhg_list; - QOBJ_FIELDS + QOBJ_FIELDS; }; RB_HEAD(nhgc_entry_head, nexthp_group_cmd); RB_PROTOTYPE(nhgc_entry_head, nexthop_group_cmd, nhgc_entry, nexthop_group_cmd_compare) -DECLARE_QOBJ_TYPE(nexthop_group_cmd) +DECLARE_QOBJ_TYPE(nexthop_group_cmd); /* * Initialize nexthop_groups. If you are interested in when |