diff options
author | Nick Mathewson <nickm@torproject.org> | 2009-10-15 16:06:00 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2009-10-18 18:46:12 -0400 |
commit | 200c39b66cc6e157e78a67481b85e237ccffbef3 (patch) | |
tree | abcc718d5da4eefe603ae3630f67164e0be19a0c /src/or/dirserv.c | |
parent | d61b5df9c1bed57cb39888a1f256cf6c234c29eb (diff) | |
download | tor-200c39b66cc6e157e78a67481b85e237ccffbef3.tar.gz tor-200c39b66cc6e157e78a67481b85e237ccffbef3.zip |
Document the microdescriptor code better.
Diffstat (limited to 'src/or/dirserv.c')
-rw-r--r-- | src/or/dirserv.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/or/dirserv.c b/src/or/dirserv.c index 57d1a8d827..251c35dd38 100644 --- a/src/or/dirserv.c +++ b/src/or/dirserv.c @@ -1885,7 +1885,8 @@ version_from_platform(const char *platform) * The format argument has three possible values: * NS_V2 - Output an entry suitable for a V2 NS opinion document * NS_V3_CONSENSUS - Output the first portion of a V3 NS consensus entry - * NS_V3_CONSENSUS_MICRODESC - DOCDOC + * NS_V3_CONSENSUS_MICRODESC - Output the first portion of a V3 microdesc + * consensus entry. * NS_V3_VOTE - Output a complete V3 NS vote * NS_CONTROL_PORT - Output a NS document for the control port */ |