|
Pharos 0.7.23
Modern Web Framework & Web App Hosting Service.
|
In-memory collection of loaded app runtimes served by one listener. More...
#include <native_runtime_types.h>
Data Fields | |
| AppRuntime | apps [MAX_APPS] |
| size_t | count |
| char * | host |
| char * | port |
| char * | socket_path |
In-memory collection of loaded app runtimes served by one listener.
Definition at line 56 of file native_runtime_types.h.
| AppRuntime RuntimeStack::apps[MAX_APPS] |
Loaded app runtime records.
Definition at line 57 of file native_runtime_types.h.
Referenced by add_runtime_app_native(), build_native_runtime_status_report_json(), free_runtime_stack(), runtime_log_banner_native(), and runtime_match_app_native().
| size_t RuntimeStack::count |
Number of valid entries in apps.
Definition at line 58 of file native_runtime_types.h.
Referenced by add_runtime_app_native(), build_native_runtime_status_report_json(), free_runtime_stack(), handle_native_runtime_command(), load_runtime_stack(), runtime_log_banner_native(), and runtime_match_app_native().
| char* RuntimeStack::host |
Shared listener host, when using TCP.
Definition at line 59 of file native_runtime_types.h.
Referenced by build_native_runtime_status_report_json(), free_runtime_stack(), and load_runtime_stack().
| char* RuntimeStack::port |
Shared listener port, when using TCP.
Definition at line 60 of file native_runtime_types.h.
Referenced by build_native_runtime_status_report_json(), free_runtime_stack(), and load_runtime_stack().
| char* RuntimeStack::socket_path |
Shared listener socket path, when using Unix sockets.
Definition at line 61 of file native_runtime_types.h.
Referenced by build_native_runtime_status_report_json(), free_runtime_stack(), and load_runtime_stack().