diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-10-31 20:48:08 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-10-31 20:48:08 +0000 |
commit | fcd42ebef4f56b15af7f7407d48e41d1440dac35 (patch) | |
tree | 2ca654decaaf3eca110e8889c6084038c1944409 /src/or/config.c | |
parent | 779b615bc272b287436398ae59afcf1ee19154d6 (diff) | |
download | tor-fcd42ebef4f56b15af7f7407d48e41d1440dac35.tar tor-fcd42ebef4f56b15af7f7407d48e41d1440dac35.tar.gz |
r16301@catbus: nickm | 2007-10-31 16:43:49 -0400
A couple of small tweaks to karsten's latest patch, and note an issue with using a bitmap to represent a single int.
svn:r12300
Diffstat (limited to 'src/or/config.c')
-rw-r--r-- | src/or/config.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/config.c b/src/or/config.c index f2e8b7b3d..b891cda42 100644 --- a/src/or/config.c +++ b/src/or/config.c @@ -192,6 +192,7 @@ static config_var_t _option_vars[] = { VAR("HiddenServiceNodes", LINELIST_S, RendConfigLines, NULL), VAR("HiddenServiceOptions",LINELIST_V, RendConfigLines, NULL), VAR("HiddenServicePort", LINELIST_S, RendConfigLines, NULL), + /*DOCDOC in tor manpage*/ VAR("HiddenServiceVersion",LINELIST_S, RendConfigLines, NULL), V(HSAuthoritativeDir, BOOL, "0"), V(HSAuthorityRecordStats, BOOL, "0"), |