FD.io VPP  v19.01.2-3-gf61a1a8
Vector Packet Processing
vl_api_application_attach_reply_t Struct Reference

Application attach reply. More...

Data Fields

u32 context
 
i32 retval
 
u64 app_event_queue_address
 
u8 n_fds
 
u8 fd_flags
 
u32 segment_size
 
u8 segment_name_length
 
u8 segment_name [128]
 
u32 app_index
 
u64 segment_handle
 

Detailed Description

Application attach reply.

Template Parameters
context- sender context, to match reply w/ request
retval- return code for the request
app_event_queue_address- vpp event queue address or 0 if this connection shouldn't send events
n_fds- number of fds exchanged
fd_flags- set of flags that indicate which fds are to be expected over the socket (set only if socket transport available)
segment_size- size of first shm segment
segment_name_length- length of segment name
segment_name- name of segment client needs to attach to
app_index- index of the newly created app
segment_handle- handle for segment

Definition at line 50 of file session.api.

Field Documentation

u64 vl_api_application_attach_reply_t::app_event_queue_address

Definition at line 53 of file session.api.

u32 vl_api_application_attach_reply_t::app_index

Definition at line 59 of file session.api.

u32 vl_api_application_attach_reply_t::context

Definition at line 51 of file session.api.

u8 vl_api_application_attach_reply_t::fd_flags

Definition at line 55 of file session.api.

u8 vl_api_application_attach_reply_t::n_fds

Definition at line 54 of file session.api.

i32 vl_api_application_attach_reply_t::retval

Definition at line 52 of file session.api.

u64 vl_api_application_attach_reply_t::segment_handle

Definition at line 60 of file session.api.

u8 vl_api_application_attach_reply_t::segment_name[128]

Definition at line 58 of file session.api.

u8 vl_api_application_attach_reply_t::segment_name_length

Definition at line 57 of file session.api.

u32 vl_api_application_attach_reply_t::segment_size

Definition at line 56 of file session.api.


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