ChorusOS 4.0 Production Guide

Tunable

This is used to declare a ChorusOS system tunable. A tunable declaration has the same semantics as a variable declaration, but it is always visible, configurable, and global.

<tunable>
  [ <description> ] [ <condition> ] type_content [ <const> | boolean_const ]
Table 7-7 Attributes for Tunable
 Attribute Description
 name: string  Name of the variable to declare