FD.io VPP  v19.08.1-401-g8e4ed521a
Vector Packet Processing
vl_api_app_attach_reply_t Struct Reference

Application attach reply. More...

Data Fields

u32 context
 
i32 retval
 
u64 app_mq
 
u64 vpp_ctrl_mq
 
u8 vpp_ctrl_mq_thread
 
u32 app_index
 
u8 n_fds
 
u8 fd_flags
 
u32 segment_size
 
u8 segment_name_length
 
u8 segment_name [128]
 
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_mq- app message queue
vpp_ctrl_mq- vpp message queue for control events that should be handled in main thread, i.e., bind/connect
vpp_ctrl_mq_thread_index- thread index of the ctrl mq
app_index- index of the newly created app
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
segment_handle- handle for segment

Definition at line 96 of file session.api.

Field Documentation

◆ app_index

u32 vl_api_app_attach_reply_t::app_index

Definition at line 102 of file session.api.

◆ app_mq

u64 vl_api_app_attach_reply_t::app_mq

Definition at line 99 of file session.api.

◆ context

u32 vl_api_app_attach_reply_t::context

Definition at line 97 of file session.api.

◆ fd_flags

u8 vl_api_app_attach_reply_t::fd_flags

Definition at line 104 of file session.api.

◆ n_fds

u8 vl_api_app_attach_reply_t::n_fds

Definition at line 103 of file session.api.

◆ retval

i32 vl_api_app_attach_reply_t::retval

Definition at line 98 of file session.api.

◆ segment_handle

u64 vl_api_app_attach_reply_t::segment_handle

Definition at line 108 of file session.api.

◆ segment_name

u8 vl_api_app_attach_reply_t::segment_name[128]

Definition at line 107 of file session.api.

◆ segment_name_length

u8 vl_api_app_attach_reply_t::segment_name_length

Definition at line 106 of file session.api.

◆ segment_size

u32 vl_api_app_attach_reply_t::segment_size

Definition at line 105 of file session.api.

◆ vpp_ctrl_mq

u64 vl_api_app_attach_reply_t::vpp_ctrl_mq

Definition at line 100 of file session.api.

◆ vpp_ctrl_mq_thread

u8 vl_api_app_attach_reply_t::vpp_ctrl_mq_thread

Definition at line 101 of file session.api.


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