aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2008-06-07 05:01:22 +0000
committerRoger Dingledine <arma@torproject.org>2008-06-07 05:01:22 +0000
commit56658956a1582279174da23ad2201f8ebfb8d93c (patch)
tree89815e25ef171e35bb8f7170b2e042246e1d98f1
parentb4d697688ec0c8d876037c0d882074d4db460fc1 (diff)
downloadtor-56658956a1582279174da23ad2201f8ebfb8d93c.tar
tor-56658956a1582279174da23ad2201f8ebfb8d93c.tar.gz
minor comment cleanup and xxx
svn:r15006
-rw-r--r--src/or/or.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/or/or.h b/src/or/or.h
index bcb319ee3..f08df2679 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -328,8 +328,8 @@ typedef enum {
/** A connection to a directory server: set after a rendezvous
* descriptor is downloaded. */
#define DIR_PURPOSE_HAS_FETCHED_RENDDESC 4
-/** A connection to a directory server: download one or more network-status
- * objects */
+/** A connection to a directory server: download one or more v2
+ * network-status objects */
#define DIR_PURPOSE_FETCH_NETWORKSTATUS 5
/** A connection to a directory server: download one or more server
* descriptors. */
@@ -347,7 +347,7 @@ typedef enum {
/** A connection to a directory server: upload a v3 consensus signature */
#define DIR_PURPOSE_UPLOAD_SIGNATURES 11
/** A connection to a directory server: download one or more network-status
- * objects */
+ * objects [XXX wtf, these are all the same comment] */
#define DIR_PURPOSE_FETCH_STATUS_VOTE 12
/** A connection to a directory server: download one or more network-status
* objects */