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

Application attach to session layer. More...

Data Fields

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

Detailed Description

Application attach to session layer.

Template Parameters
client_index- opaque cookie to identify the sender
context- sender context, to match reply w/ request
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 72 of file session.api.

Field Documentation

◆ client_index

u32 vl_api_app_attach_t::client_index

Definition at line 73 of file session.api.

◆ context

u32 vl_api_app_attach_t::context

Definition at line 74 of file session.api.

◆ namespace_id

u8 vl_api_app_attach_t::namespace_id[64]

Definition at line 77 of file session.api.

◆ namespace_id_len

u8 vl_api_app_attach_t::namespace_id_len

Definition at line 76 of file session.api.

◆ options

u64 vl_api_app_attach_t::options[16]

Definition at line 75 of file session.api.


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