FD.io VPP  v20.01-48-g3e0dafb74
Vector Packet Processing
vl_api_application_attach_t Struct Reference

client->vpp, attach application to session layer

WILL BE DEPRECATED POST 20.01

More...

Data Fields

u32 client_index
 
u32 context
 
u32 initial_segment_size
 
u64 options [16]
 
u8 namespace_id_len
 
u8 namespace_id [64]
 

Detailed Description

client->vpp, attach application to session layer

WILL BE DEPRECATED POST 20.01

Template Parameters
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 28 of file session.api.

Field Documentation

◆ client_index

u32 vl_api_application_attach_t::client_index

Definition at line 29 of file session.api.

◆ context

u32 vl_api_application_attach_t::context

Definition at line 30 of file session.api.

◆ initial_segment_size

u32 vl_api_application_attach_t::initial_segment_size

Definition at line 31 of file session.api.

◆ namespace_id

u8 vl_api_application_attach_t::namespace_id[64]

Definition at line 34 of file session.api.

◆ namespace_id_len

u8 vl_api_application_attach_t::namespace_id_len

Definition at line 33 of file session.api.

◆ options

u64 vl_api_application_attach_t::options[16]

Definition at line 32 of file session.api.


The documentation for this struct was generated from the following file: