summaryrefslogtreecommitdiffstats
path: root/lib/zebra.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@nvidia.com>2023-02-10 14:39:33 +0100
committerDonald Sharp <sharpd@nvidia.com>2023-02-10 15:07:47 +0100
commit8f4ea1fc5d3f0d4c7a5209696e1dd3d5364b961e (patch)
treedafd7f95632ff91b70c27c338c292126f45d2e76 /lib/zebra.h
parentlib: Remove include of asm/types.h (diff)
downloadfrr-8f4ea1fc5d3f0d4c7a5209696e1dd3d5364b961e.tar.xz
frr-8f4ea1fc5d3f0d4c7a5209696e1dd3d5364b961e.zip
lib, zebra: Move ZEBRA_ON_RIB_PROCESS_HOOK_CALL
The define of ZEBRA_ON_RIB_PROCESS_HOOK_CALL was in zebra.h which exposes it to everyone, except zebra is the only daemon to use this define. This does not beling in zebra.h Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'lib/zebra.h')
-rw-r--r--lib/zebra.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/zebra.h b/lib/zebra.h
index 7347cddf9..c39406692 100644
--- a/lib/zebra.h
+++ b/lib/zebra.h
@@ -402,9 +402,6 @@ typedef uint32_t route_tag_t;
#define ROUTE_TAG_MAX UINT32_MAX
#define ROUTE_TAG_PRI PRIu32
-/* Name of hook calls */
-#define ZEBRA_ON_RIB_PROCESS_HOOK_CALL "on_rib_process_dplane_results"
-
#ifdef __cplusplus
}
#endif