Pharos 0.7.23
Modern Web Framework & Web App Hosting Service.
Loading...
Searching...
No Matches
RuntimeStack Struct Reference

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

Detailed Description

In-memory collection of loaded app runtimes served by one listener.

Definition at line 56 of file native_runtime_types.h.

Field Documentation

◆ apps

◆ count

◆ host

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().

◆ port

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().

◆ socket_path

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().


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