Pharos 0.7.23
Modern Web Framework & Web App Hosting Service.
Loading...
Searching...
No Matches
native_runtime_types.h File Reference

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

Detailed Description

Defines shared native runtime data structures used across the Pharos C runtime.

Definition in file native_runtime_types.h.

Macro Definition Documentation

◆ MAX_APPS

#define MAX_APPS   64

Definition at line 11 of file native_runtime_types.h.

Referenced by add_runtime_app_native(), and load_runtime_stack().