tor  master
Data Fields
config_var_t Struct Reference

#include <confparse.h>

Data Fields

const char * name
 
config_type_t type
 
off_t var_offset
 
const char * initvalue
 

Detailed Description

A variable allowed in the configuration file or on the command line.

Field Documentation

◆ initvalue

const char* initvalue

String (or null) describing initial value.

◆ name

const char* name

The full keyword (case insensitive).

◆ type

config_type_t type

How to interpret the type and turn it into a value.

◆ var_offset

off_t var_offset

Offset of the corresponding member of or_options_t.


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