FD.io VPP
v20.09-64-g4f7b92f0a
Vector Packet Processing
|
add/del application worker More...
Data Fields | |
u32 | client_index |
u32 | context |
u32 | app_index |
u32 | wrk_index |
bool | is_add [default=true] |
add/del application worker
client_index | - opaque cookie to identify the sender client to vpp direction only |
context | - sender context, to match reply w/ request |
app_index | - application index |
wrk_index | - worker index, if a delete |
is_add | - set if an add |
Definition at line 158 of file session.api.
u32 vl_api_app_worker_add_del_t::app_index |
Definition at line 162 of file session.api.
u32 vl_api_app_worker_add_del_t::client_index |
Definition at line 160 of file session.api.
u32 vl_api_app_worker_add_del_t::context |
Definition at line 161 of file session.api.
bool vl_api_app_worker_add_del_t::is_add[default=true] |
Definition at line 164 of file session.api.
u32 vl_api_app_worker_add_del_t::wrk_index |
Definition at line 163 of file session.api.