X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fsession%2Fsession.api;h=091b876faeec7fa5f9d5043c5d849c395e42e94a;hb=71f62a52a2abaeb8b4fc8c70fde501fa7400417c;hp=911ffa6bcffc2948b84cde65b28fb6b61cea72cc;hpb=9845c20d77ce8e9e66c9a7693c6841cc971bd423;p=vpp.git diff --git a/src/vnet/session/session.api b/src/vnet/session/session.api index 911ffa6bcff..091b876faee 100644 --- a/src/vnet/session/session.api +++ b/src/vnet/session/session.api @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2019 Cisco and/or its affiliates. + * Copyright (c) 2015-2020 Cisco and/or its affiliates. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at: @@ -41,7 +41,7 @@ enum transport_proto : u8 string namespace_id[]; }; - /** \brief Application attach reply +/** \brief Application attach reply @param context - sender context, to match reply w/ request @param retval - return code for the request @param app_mq - app message queue @@ -70,7 +70,7 @@ define app_attach_reply { string segment_name[]; }; - /** \brief client->vpp, attach application to session layer +/** \brief Application detach from session layer @param client_index - opaque cookie to identify the sender @param context - sender context, to match reply w/ request */