summaryrefslogtreecommitdiff
path: root/zebra/rt_socket.c
diff options
context:
space:
mode:
Diffstat (limited to 'zebra/rt_socket.c')
-rw-r--r--zebra/rt_socket.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/rt_socket.c b/zebra/rt_socket.c
index 27a0eb26d2..99a7ca5d55 100644
--- a/zebra/rt_socket.c
+++ b/zebra/rt_socket.c
@@ -400,7 +400,7 @@ static int kernel_rtm(int cmd, const struct prefix *p,
* Update or delete a prefix from the kernel,
* using info from a dataplane context struct.
*/
-enum zebra_dplane_result kernel_route_update(dplane_ctx_h ctx)
+enum zebra_dplane_result kernel_route_update(struct zebra_dplane_ctx *ctx)
{
enum zebra_dplane_result res = ZEBRA_DPLANE_REQUEST_SUCCESS;