Tor 0.4.9.0-alpha-dev
Data Fields
config_decl_LINELIST_V Struct Reference

#include <confline.h>

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

Definition at line 29 of file confline.h.

Field Documentation

◆ command

unsigned int command

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

Definition at line 35 of file confline.h.

Referenced by routerset_kv_parse().

◆ 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.

Definition at line 39 of file confline.h.

◆ key

char* key

Definition at line 30 of file confline.h.

◆ next

struct config_line_t* next

Definition at line 32 of file confline.h.

◆ value

char* value

Definition at line 31 of file confline.h.


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