Serene Runtime 1.0.0-dev
C runtime for the Serene programming language
Loading...
Searching...
No Matches
srn_configuration_t Struct Reference

Every runtime knob, in one place. More...

#include <configuration.h>

Collaboration diagram for srn_configuration_t:
[legend]

Data Fields

srn_mm_config_t mm
srn_fiber_config_t fiber
srn_reactor_config_t reactor
srn_limits_config_t limits

Detailed Description

Every runtime knob, in one place.

Constructed before the memory manager and read-only thereafter.

Definition at line 184 of file configuration.h.

Field Documentation

◆ fiber

srn_fiber_config_t srn_configuration_t::fiber

Definition at line 186 of file configuration.h.

◆ limits

srn_limits_config_t srn_configuration_t::limits

Definition at line 188 of file configuration.h.

◆ mm

srn_mm_config_t srn_configuration_t::mm

Definition at line 185 of file configuration.h.

◆ reactor

srn_reactor_config_t srn_configuration_t::reactor

Definition at line 187 of file configuration.h.


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