![]() |
FD.io VPP
v19.04-6-g6f05f72
Vector Packet Processing
|
Collaboration diagram for app_main_:Data Fields | |
| application_t * | app_pool |
| Pool from which we allocate all applications. 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 128 of file application.h.
| uword* app_main_::app_by_api_client_index |
Hash table of apps by api client index.
Definition at line 138 of file application.h.
| uword* app_main_::app_by_name |
Hash table of builtin apps by name.
Definition at line 143 of file application.h.
| application_t* app_main_::app_pool |
Pool from which we allocate all applications.
Definition at line 133 of file application.h.