FD.io VPP
v18.10-34-gcce845e
Vector Packet Processing
|
Data Fields | |
application_t * | app_pool |
Pool from which we allocate all applications. More... | |
app_worker_t * | workers |
Pool of workers associated to apps. More... | |
uword * | app_by_api_client_index |
Hash table of apps by api client index. More... | |
uword * | app_by_name |
Hash table of builtin apps by name. More... | |
Definition at line 171 of file application.h.
uword* app_main_::app_by_api_client_index |
Hash table of apps by api client index.
Definition at line 186 of file application.h.
uword* app_main_::app_by_name |
Hash table of builtin apps by name.
Definition at line 191 of file application.h.
application_t* app_main_::app_pool |
Pool from which we allocate all applications.
Definition at line 176 of file application.h.
app_worker_t* app_main_::workers |
Pool of workers associated to apps.
Definition at line 181 of file application.h.