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

Reply for app worker add/del. More...

Data Fields

u32 context
 
i32 retval
 
u32 wrk_index
 
u64 app_event_queue_address
 
u8 n_fds
 
u8 fd_flags
 
u8 segment_name_length
 
u8 segment_name [128]
 
u64 segment_handle
 
u8 is_add
 

Detailed Description

Reply for app worker add/del.

Template Parameters
context- returned sender context, to match reply w/ request
retval- return code
wrk_index- worker index, if add
app_event_queue_address- vpp event queue address of new worker
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_name_length- length of segment name
segment_name- name of segment client needs to attach to
segment_handle- handle for segment

Definition at line 380 of file session.api.

Field Documentation

◆ app_event_queue_address

u64 vl_api_app_worker_add_del_reply_t::app_event_queue_address

Definition at line 385 of file session.api.

◆ context

u32 vl_api_app_worker_add_del_reply_t::context

Definition at line 382 of file session.api.

◆ fd_flags

u8 vl_api_app_worker_add_del_reply_t::fd_flags

Definition at line 387 of file session.api.

◆ is_add

u8 vl_api_app_worker_add_del_reply_t::is_add

Definition at line 391 of file session.api.

◆ n_fds

u8 vl_api_app_worker_add_del_reply_t::n_fds

Definition at line 386 of file session.api.

◆ retval

i32 vl_api_app_worker_add_del_reply_t::retval

Definition at line 383 of file session.api.

◆ segment_handle

u64 vl_api_app_worker_add_del_reply_t::segment_handle

Definition at line 390 of file session.api.

◆ segment_name

u8 vl_api_app_worker_add_del_reply_t::segment_name[128]

Definition at line 389 of file session.api.

◆ segment_name_length

u8 vl_api_app_worker_add_del_reply_t::segment_name_length

Definition at line 388 of file session.api.

◆ wrk_index

u32 vl_api_app_worker_add_del_reply_t::wrk_index

Definition at line 384 of file session.api.


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