summaryrefslogtreecommitdiffstats
path: root/zebra/zserv.h
diff options
context:
space:
mode:
authorEmanuele Di Pascale <emanuele@voltanet.io>2020-05-14 15:57:23 +0200
committerEmanuele Di Pascale <emanuele@voltanet.io>2020-05-14 16:42:47 +0200
commitcd7108ba928588a14250ef3bc8a8a44eb0f2c81d (patch)
tree92d7eb87dc9f8dababffabb6dc70cab7bd7ed78f /zebra/zserv.h
parentMerge pull request #6227 from pguibert6WIND/show_nexthop_group_permit_netns (diff)
downloadfrr-cd7108ba928588a14250ef3bc8a8a44eb0f2c81d.tar.xz
frr-cd7108ba928588a14250ef3bc8a8a44eb0f2c81d.zip
zebra: avoid using c++ keywords in headers
to make sure that c++ code can include them, avoid using reserved keywords like 'delete' or 'new'. Signed-off-by: Emanuele Di Pascale <emanuele@voltanet.io>
Diffstat (limited to 'zebra/zserv.h')
-rw-r--r--zebra/zserv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/zserv.h b/zebra/zserv.h
index 5506c4299..9d442899f 100644
--- a/zebra/zserv.h
+++ b/zebra/zserv.h
@@ -72,7 +72,7 @@ struct client_gr_info {
enum zserv_client_capabilities capabilities;
/* GR commands */
- bool delete;
+ bool do_delete;
bool gr_enable;
bool stale_client;