diff options
author | Roger Dingledine <arma@torproject.org> | 2005-04-21 10:40:48 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-04-21 10:40:48 +0000 |
commit | ad4eca60ec0839abdaff69a0a896436cbd5b30d6 (patch) | |
tree | db094175717f41141a6c02f2117ba62ff8b08448 /src/or/or.h | |
parent | d2795a6ed34b65f84a5b0e70795d4c8b3e55fe43 (diff) | |
download | tor-ad4eca60ec0839abdaff69a0a896436cbd5b30d6.tar.gz tor-ad4eca60ec0839abdaff69a0a896436cbd5b30d6.zip |
add geoff's NoPublish patch
svn:r4084
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h index 853025e425..232eeb5960 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -1010,6 +1010,7 @@ typedef struct { int DirPort; /**< Port to listen on for directory connections. */ int AuthoritativeDir; /**< Boolean: is this an authoritative directory? */ int ClientOnly; /**< Boolean: should we never evolve into a server role? */ + int NoPublish; /**< Boolean: should we never publish a descriptor? */ int ConnLimit; /**< Requested maximum number of simultaneous connections. */ int _ConnLimit; /**< Actual maximum number of simultaneous connections. */ int IgnoreVersion; /**< If true, run no matter what versions of Tor the |