aboutsummaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2004-05-18 17:41:40 +0000
committerNick Mathewson <nickm@torproject.org>2004-05-18 17:41:40 +0000
commit1cfac90984032b889a623f81e45014da4f985435 (patch)
tree824bb741c7120e900cdd7369897173ee5248ad90 /src/or/or.h
parent53d8744f1b1c777af4e4747aec24ab16a2f7ea35 (diff)
downloadtor-1cfac90984032b889a623f81e45014da4f985435.tar
tor-1cfac90984032b889a623f81e45014da4f985435.tar.gz
remove upper limit on number of descriptors/directories in dirserver; use smartlists instead of arrays
svn:r1894
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/or.h b/src/or/or.h
index 8cc42cd9f..601ee6c19 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -557,7 +557,6 @@ typedef struct {
} routerinfo_t;
-#define MAX_ROUTERS_IN_DIR 1024
/** Contents of a directory of onion routers. */
typedef struct {
/** List of routerinfo_t */