summaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authoranonymous <anon@fakeanonemail.org>2014-08-28 18:10:21 +0000
committermeejah <meejah@meejah.ca>2014-08-30 15:23:05 -0600
commitc13db1f6143cf99830dc73dd527898e711e6b704 (patch)
treec09814e3dc2a5da84969f9d04da58287d4f3737f /src/or/or.h
parentf113a263deda8e1619f46cd913fc24ac28da832d (diff)
downloadtor-c13db1f6143cf99830dc73dd527898e711e6b704.tar.gz
tor-c13db1f6143cf99830dc73dd527898e711e6b704.zip
Ticket #11291: patch from "anon":
test-11291-group-redable-hsdirs-wtests-may8.patch
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h
index 3683607741..9207dbaa91 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -4223,6 +4223,10 @@ typedef struct {
/** Should we send the timestamps that pre-023 hidden services want? */
int Support022HiddenServices;
+
+ /** Create the Hidden Service directories and hostname files group readable. */
+ int HiddenServiceGroupReadable;
+
} or_options_t;
/** Persistent state for an onion router, as saved to disk. */