FD.io VPP  v20.01-48-g3e0dafb74
Vector Packet Processing
vl_api_app_worker_add_del_t Struct Reference

add/del application worker More...

Data Fields

u32 client_index
 
u32 context
 
u32 app_index
 
u32 wrk_index
 
u8 is_add
 

Detailed Description

add/del application worker

Template Parameters
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 401 of file session.api.

Field Documentation

◆ app_index

u32 vl_api_app_worker_add_del_t::app_index

Definition at line 405 of file session.api.

◆ client_index

u32 vl_api_app_worker_add_del_t::client_index

Definition at line 403 of file session.api.

◆ context

u32 vl_api_app_worker_add_del_t::context

Definition at line 404 of file session.api.

◆ is_add

u8 vl_api_app_worker_add_del_t::is_add

Definition at line 407 of file session.api.

◆ wrk_index

u32 vl_api_app_worker_add_del_t::wrk_index

Definition at line 406 of file session.api.


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