FD.io VPP  v19.01.2-3-gf61a1a8
Vector Packet Processing
app_main_ Struct Reference
+ Collaboration diagram for app_main_:

Data Fields

application_tapp_pool
 Pool from which we allocate all applications. More...
 
app_worker_tworkers
 Pool of workers associated to apps. More...
 
uwordapp_by_api_client_index
 Hash table of apps by api client index. More...
 
uwordapp_by_name
 Hash table of builtin apps by name. More...
 

Detailed Description

Definition at line 170 of file application.h.

Field Documentation

uword* app_main_::app_by_api_client_index

Hash table of apps by api client index.

Definition at line 185 of file application.h.

uword* app_main_::app_by_name

Hash table of builtin apps by name.

Definition at line 190 of file application.h.

application_t* app_main_::app_pool

Pool from which we allocate all applications.

Definition at line 175 of file application.h.

app_worker_t* app_main_::workers

Pool of workers associated to apps.

Definition at line 180 of file application.h.


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