summaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-11-20 12:08:14 -0500
committerNick Mathewson <nickm@torproject.org>2013-11-20 12:12:23 -0500
commite572ec856dff263d7f43ec6d42fe3fc3b7557f73 (patch)
treedf9697940769c1effc539a2bbd35894b518a2dd4 /src/or/or.h
parent03ff21b018c8d0b005d2a60c3ba2bf08d6cb00bb (diff)
downloadtor-e572ec856dff263d7f43ec6d42fe3fc3b7557f73.tar.gz
tor-e572ec856dff263d7f43ec6d42fe3fc3b7557f73.zip
Rename MaxMemInCellQueues to MaxMemInQueues
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/or/or.h b/src/or/or.h
index 0dd47d03b0..c323783ee2 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -3075,9 +3075,8 @@ typedef struct {
config_line_t *DirPort_lines;
config_line_t *DNSPort_lines; /**< Ports to listen on for DNS requests. */
- uint64_t MaxMemInCellQueues; /**< If we have more memory than this allocated
- * for circuit cell queues, run the OOM handler
- */
+ uint64_t MaxMemInQueues; /**< If we have more memory than this allocated
+ * for queues and buffers, run the OOM handler */
/** @name port booleans
*