X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvlib%2Fnode.h;h=e40208b4bed2feae4433f7a06e758cf6ed708954;hb=dd298e804a25dbebc9e284b3b2d0dfd9bf674ad8;hp=dbff6c1e1e0c5d9ee0c7b96979618a27130057ef;hpb=0f8f4351b03f9350a406ad1d63f97d1f4b59fec2;p=vpp.git diff --git a/src/vlib/node.h b/src/vlib/node.h index dbff6c1e1e0..e40208b4bed 100644 --- a/src/vlib/node.h +++ b/src/vlib/node.h @@ -201,7 +201,8 @@ static __clib_unused vlib_node_registration_t __clib_unused_##x #endif #define VLIB_NODE_FN(node) \ - uword CLIB_MARCH_SFX (node##_fn) (); \ + uword CLIB_MARCH_SFX (node##_fn) (vlib_main_t *, vlib_node_runtime_t *, \ + vlib_frame_t *); \ static vlib_node_fn_registration_t CLIB_MARCH_SFX ( \ node##_fn_registration) = { \ .function = &CLIB_MARCH_SFX (node##_fn), \