tor  master
Data Fields
config_line_t Struct Reference

#include <confline.h>

Collaboration diagram for config_line_t:
Collaboration graph
[legend]

Data Fields

char * key
 
char * value
 
struct config_line_tnext
 
unsigned int command:2
 
unsigned int fragile:1
 

Detailed Description

A linked list of lines in a config file, or elsewhere

Field Documentation

◆ command

unsigned int command

What special treatment (if any) does this line require?

◆ fragile

unsigned int fragile

If true, subsequent assignments to this linelist should replace it, not extend it. Set only on the first item in a linelist in an or_options_t.


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