aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorVratko Polak <vrpolak@cisco.com>2020-04-06 15:01:46 +0200
committerFlorin Coras <florin.coras@gmail.com>2020-05-05 17:27:46 +0000
commit6fdd7a5f77301a3398c4445bfef202b123ce90d8 (patch)
tree6694e81c5107554fda94ae63dd34778ad4ee12ef /src
parent1ab8b3c6f9fec72cb4db2125ded1f6f004b18815 (diff)
session: improve .api comments slightly
Type: style Change-Id: Iccd2c205059abcdf121093ff03da603fe3dda1f7 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
Diffstat (limited to 'src')
-rw-r--r--src/vnet/session/session.api6
1 files changed, 3 insertions, 3 deletions
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
*/