diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2010-10-30 06:38:50 +0200 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2010-11-10 15:48:26 +0100 |
commit | 5040c855d19eaac23e35d34c73cb5bbe40f95a88 (patch) | |
tree | 473964634a80e8a474480fb93835ba1c55a81366 /src/or/or.h | |
parent | 556a1b9e459d28b5f37fa012176d6931fe721844 (diff) | |
download | tor-5040c855d19eaac23e35d34c73cb5bbe40f95a88.tar.gz tor-5040c855d19eaac23e35d34c73cb5bbe40f95a88.zip |
Break NoPublish support
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/or/or.h b/src/or/or.h index 7f5f68ee52..a2cefe2b4a 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -2447,8 +2447,6 @@ typedef struct { int AvoidDiskWrites; /**< Boolean: should we never cache things to disk? * Not used yet. */ int ClientOnly; /**< Boolean: should we never evolve into a server role? */ - /** Boolean: should we never publish a descriptor? Deprecated. */ - int NoPublish; /** To what authority types do we publish our descriptor? Choices are * "v1", "v2", "v3", "bridge", or "". */ smartlist_t *PublishServerDescriptor; |