summaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2005-03-27 06:25:33 +0000
committerNick Mathewson <nickm@torproject.org>2005-03-27 06:25:33 +0000
commitce854906db41e8e21a9cb8d42fcb63e469ca2b28 (patch)
tree266c3518e66561d9cf76c0cffc72ed63b6f13ff9 /src/or/or.h
parentee24166851be87cd7d6a3923afa01a244428abc6 (diff)
downloadtor-ce854906db41e8e21a9cb8d42fcb63e469ca2b28.tar.gz
tor-ce854906db41e8e21a9cb8d42fcb63e469ca2b28.zip
Rename ManageConnections to LeaveStreamsUnattached. Apparently, there was a missing "TorShould" that was mistaken for an "IWantTo".
svn:r3894
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/or/or.h b/src/or/or.h
index c7b30c76f0..c040c588c1 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -1063,9 +1063,9 @@ typedef struct {
* the control system. */
int CookieAuthentication; /**< Boolean: do we enable cookie-based auth for
* the control system? */
- int ManageConnections; /**< Boolean: Does Tor attach new connections to
- * circuits itself (1), or does it let the controller
- * deal? (0) */
+ int LeaveStreamsUnattached; /**< Boolean: Does Tor attach new streams to
+ * circuits itself (0), or does it expect a controller
+ * to cope? (1) */
int ShutdownWaitLength; /**< When we get a SIGINT and we're a server, how
* long do we wait before exiting? */
} or_options_t;