diff options
author | Karsten Loesing <karsten.loesing@gmx.net> | 2014-01-30 12:48:49 +0100 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-02-03 13:34:30 -0500 |
commit | 00ec6e6af0775cd693e12e56eb6df3cbefe57daa (patch) | |
tree | f48f047c14bf4ca4e542255832f056e30e289042 /src/or/routerparse.c | |
parent | 881c7c0f7d86af501f7eeb34b021636af85d186f (diff) | |
download | tor-00ec6e6af0775cd693e12e56eb6df3cbefe57daa.tar.gz tor-00ec6e6af0775cd693e12e56eb6df3cbefe57daa.zip |
More fixes to rip out all of the v2 directory code.
(This was a squash commit, but I forgot to squash it. Sorry! --Nick)
Diffstat (limited to 'src/or/routerparse.c')
-rw-r--r-- | src/or/routerparse.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/or/routerparse.c b/src/or/routerparse.c index ba0bdfb27f..4ad316cee7 100644 --- a/src/or/routerparse.c +++ b/src/or/routerparse.c @@ -339,7 +339,7 @@ static token_rule_t extrainfo_token_table[] = { END_OF_TABLE }; -/** List of tokens recognized in the body part of v2 and v3 networkstatus +/** List of tokens recognized in the body part of v3 networkstatus * documents. */ static token_rule_t rtrstatus_token_table[] = { T01("p", K_P, CONCAT_ARGS, NO_OBJ ), @@ -461,8 +461,7 @@ static token_rule_t networkstatus_consensus_token_table[] = { END_OF_TABLE }; -/** List of tokens recognized in the footer of v1/v2 directory/networkstatus - * footers. */ +/** List of tokens recognized in the footer of v1 directory footers. */ static token_rule_t networkstatus_vote_footer_token_table[] = { T01("directory-footer", K_DIRECTORY_FOOTER, NO_ARGS, NO_OBJ ), T01("bandwidth-weights", K_BW_WEIGHTS, ARGS, NO_OBJ ), |