FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
client->vpp, attach application to session layer More...
Data Fields | |
u32 | client_index |
u32 | context |
u32 | initial_segment_size |
u64 | options [16] |
u8 | namespace_id_len |
u8 | namespace_id [64] |
client->vpp, attach application to session layer
client_index | - opaque cookie to identify the sender |
context | - sender context, to match reply w/ request |
initial_segment_size | - size of the initial shm segment to be allocated |
options | - segment size, fifo sizes, etc. |
namespace_id_len | - length of the namespace id c-string |
namespace_id | - 0 terminted c-string |
Definition at line 27 of file session.api.
u32 vl_api_application_attach_t::client_index |
Definition at line 28 of file session.api.
u32 vl_api_application_attach_t::context |
Definition at line 29 of file session.api.
u32 vl_api_application_attach_t::initial_segment_size |
Definition at line 30 of file session.api.
u8 vl_api_application_attach_t::namespace_id[64] |
Definition at line 33 of file session.api.
u8 vl_api_application_attach_t::namespace_id_len |
Definition at line 32 of file session.api.
u64 vl_api_application_attach_t::options[16] |
Definition at line 31 of file session.api.