Tor  0.4.7.0-alpha-dev
Data Fields
config_abbrev_t Struct Reference

#include <conftypes.h>

Data Fields

const char * abbreviated
 
const char * full
 
int commandline_only
 
int warn
 

Detailed Description

An abbreviation or alias for a configuration option.

Definition at line 242 of file conftypes.h.

Field Documentation

◆ abbreviated

const char* abbreviated

The option name as abbreviated. Not case-sensitive.

Definition at line 244 of file conftypes.h.

◆ commandline_only

int commandline_only

True if this abbreviation should only be allowed on the command line.

Definition at line 248 of file conftypes.h.

◆ full

const char* full

The full name of the option. Not case-sensitive.

Definition at line 246 of file conftypes.h.

◆ warn

int warn

True if we should warn whenever this abbreviation is used.

Definition at line 250 of file conftypes.h.


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