diff options
author | Roger Dingledine <arma@torproject.org> | 2008-12-07 23:53:39 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-12-07 23:53:39 +0000 |
commit | f31c16d993f1566d32ae8e1ba2aa29a242818e0c (patch) | |
tree | a855370d7a2d5df2f272f624da6832bece98c56a /src/or/or.h | |
parent | c15b07bb30ca676bdec987ee31ce68f813e684df (diff) | |
download | tor-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.h | 7 |
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 |