![]() |
FD.io VPP
v20.05.1-5-g09f167997
Vector Packet Processing
|
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 |
| u64 | segment_handle |
| string | segment_name [] |
Application attach reply.
| 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_handle | - handle for segment |
| segment_name | - name of segment client needs to attach to |
Definition at line 59 of file session.api.
| u32 vl_api_app_attach_reply_t::app_index |
Definition at line 65 of file session.api.
| u64 vl_api_app_attach_reply_t::app_mq |
Definition at line 62 of file session.api.
| u32 vl_api_app_attach_reply_t::context |
Definition at line 60 of file session.api.
| u8 vl_api_app_attach_reply_t::fd_flags |
Definition at line 67 of file session.api.
| u8 vl_api_app_attach_reply_t::n_fds |
Definition at line 66 of file session.api.
| i32 vl_api_app_attach_reply_t::retval |
Definition at line 61 of file session.api.
| u64 vl_api_app_attach_reply_t::segment_handle |
Definition at line 69 of file session.api.
| string vl_api_app_attach_reply_t::segment_name[] |
Definition at line 70 of file session.api.
| u32 vl_api_app_attach_reply_t::segment_size |
Definition at line 68 of file session.api.
| u64 vl_api_app_attach_reply_t::vpp_ctrl_mq |
Definition at line 63 of file session.api.
| u8 vl_api_app_attach_reply_t::vpp_ctrl_mq_thread |
Definition at line 64 of file session.api.