|
Pharos 0.7.23
Modern Web Framework & Web App Hosting Service.
|
Defines shared native runtime data structures used across the Pharos C runtime. More...
#include <stddef.h>Go to the source code of this file.
Data Structures | |
| struct | ServeConfig |
| Parsed native serve configuration used to bootstrap the runtime listener. More... | |
| struct | AppRuntime |
| Loaded runtime metadata for one Pharos app artifact. More... | |
| struct | RuntimeStack |
| In-memory collection of loaded app runtimes served by one listener. More... | |
Macros | |
| #define | MAX_APPS 64 |
Defines shared native runtime data structures used across the Pharos C runtime.
Definition in file native_runtime_types.h.
| #define MAX_APPS 64 |
Definition at line 11 of file native_runtime_types.h.
Referenced by add_runtime_app_native(), and load_runtime_stack().