diff options
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h index b4e71ff87..b23ac6c4e 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -1398,6 +1398,8 @@ typedef struct { smartlist_t *BWHistoryWriteValues; char *TorVersion; + + config_line_t *ExtraLines; } or_state_t; #define MAX_SOCKS_REPLY_LEN 1024 |