diff options
Diffstat (limited to 'src/vnet/session')
-rw-r--r-- | src/vnet/session/session.api | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/vnet/session/session.api b/src/vnet/session/session.api index 30d2ae96bff..992a0638698 100644 --- a/src/vnet/session/session.api +++ b/src/vnet/session/session.api @@ -12,7 +12,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - + +vl_api_version 1.0.0 + /** \brief client->vpp, attach application to session layer @param client_index - opaque cookie to identify the sender @param context - sender context, to match reply w/ request |