X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fsession%2Fsession.api;h=8cfac3d048ddfec3f6eb5c1f74a07eb5d226dbfa;hb=2de9c0f92;hp=33e53419a8d2da9a5509eb4e3a620593bb0ddb97;hpb=79f89537c6fd3baeac03354a3381f42895fe2ca8;p=vpp.git diff --git a/src/vnet/session/session.api b/src/vnet/session/session.api index 33e53419a8d..8cfac3d048d 100644 --- a/src/vnet/session/session.api +++ b/src/vnet/session/session.api @@ -29,7 +29,7 @@ option version = "1.7.0"; u32 client_index; u32 context; u32 initial_segment_size; - u64 options[16]; + u64 options[17]; u8 namespace_id_len; u8 namespace_id [64]; }; @@ -72,7 +72,7 @@ define application_attach_reply { define app_attach { u32 client_index; u32 context; - u64 options[16]; + u64 options[17]; u8 namespace_id_len; u8 namespace_id[64]; }; @@ -187,6 +187,7 @@ autoreply define application_detach { }; /** \brief vpp->client, please map an additional shared memory segment + ### WILL BE DEPRECATED POST 20.01 ### @param client_index - opaque cookie to identify the sender @param context - sender context, to match reply w/ request @param fd_flags - set of flags that indicate which, if any, fds are @@ -206,6 +207,7 @@ autoreply define map_another_segment { }; /** \brief vpp->client unmap shared memory segment + ### WILL BE DEPRECATED POST 20.01 ### @param client_index - opaque cookie to identify the sender @param context - sender context, to match reply w/ request @param segment_name - segment name