summaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2008-12-07 23:53:39 +0000
committerRoger Dingledine <arma@torproject.org>2008-12-07 23:53:39 +0000
commitf31c16d993f1566d32ae8e1ba2aa29a242818e0c (patch)
treea855370d7a2d5df2f272f624da6832bece98c56a /src/or/or.h
parentc15b07bb30ca676bdec987ee31ce68f813e684df (diff)
downloadtor-f31c16d993f1566d32ae8e1ba2aa29a242818e0c.tar.gz
tor-f31c16d993f1566d32ae8e1ba2aa29a242818e0c.zip
Directory mirrors no longer fetch the v1 directory or
running-routers files. They are obsolete, and nobody asks for them anymore. This is the first step to making v1 authorities obsolete. svn:r17513
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/or/or.h b/src/or/or.h
index d7459033f5..f58ea809f1 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -317,12 +317,7 @@ typedef enum {
#define CONTROL_CONN_STATE_NEEDAUTH 2
#define _CONTROL_CONN_STATE_MAX 2
-#define _DIR_PURPOSE_MIN 1
-/** A connection to a directory server: download a directory. */
-#define DIR_PURPOSE_FETCH_DIR 1
-/** A connection to a directory server: download just the list
- * of running routers. */
-#define DIR_PURPOSE_FETCH_RUNNING_LIST 2
+#define _DIR_PURPOSE_MIN 3
/** A connection to a directory server: download a rendezvous
* descriptor. */
#define DIR_PURPOSE_FETCH_RENDDESC 3