diff options
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 |