summaryrefslogtreecommitdiff
path: root/zebra/zapi_msg.h
diff options
context:
space:
mode:
authorMark Stapp <mstapp@nvidia.com>2021-11-09 09:35:54 -0500
committerMark Stapp <mstapp@nvidia.com>2022-01-31 08:50:50 -0500
commitb86c1f4fccb6bbc760e1eb276b41dd6a7f86f632 (patch)
treebdde5d2bb464fbd00ba98d1c978fcb10270bab0a /zebra/zapi_msg.h
parent7a90d91586290d872c05960427df2d3f031cc5e5 (diff)
zebra: name the route_entry opaque struct more specifically
The name 'opaque' is a little general - call the route_entry struct 're_opaque' to make it more specific. Signed-off-by: Mark Stapp <mstapp@nvidia.com>
Diffstat (limited to 'zebra/zapi_msg.h')
-rw-r--r--zebra/zapi_msg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/zapi_msg.h b/zebra/zapi_msg.h
index b3fe7318f9..4fdc863682 100644
--- a/zebra/zapi_msg.h
+++ b/zebra/zapi_msg.h
@@ -115,7 +115,7 @@ extern int zsend_client_close_notify(struct zserv *client,
int zsend_nhg_notify(uint16_t type, uint16_t instance, uint32_t session_id,
uint32_t id, enum zapi_nhg_notify_owner note);
-extern void zapi_opaque_free(struct opaque *opaque);
+extern void zapi_re_opaque_free(struct re_opaque *opaque);
extern int zsend_zebra_srv6_locator_add(struct zserv *client,
struct srv6_locator *loc);