X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fsession%2Fsession.api;h=aa73212da85faa127c5a5578cfa21a2ffb892800;hb=ab2f6dbf9f7b7164a9810f4c80c8abf8463e42ad;hp=24ebfba5dba548436e0f6ffb04d18afe3577d4a6;hpb=ed234e7f151b05a5b8375dbd9f0add24fe8ebf2f;p=vpp.git diff --git a/src/vnet/session/session.api b/src/vnet/session/session.api index 24ebfba5dba..aa73212da85 100644 --- a/src/vnet/session/session.api +++ b/src/vnet/session/session.api @@ -294,11 +294,13 @@ define bind_sock { /** \brief Unbind @param client_index - opaque cookie to identify the sender @param context - sender context, to match reply w/ request + @param wrk_index - index of worker requesting the bind @param handle - bind handle obtained from bind reply */ autoreply define unbind_sock { u32 client_index; u32 context; + u32 wrk_index; u64 handle; };