]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
minor comment cleanup and xxx
authorRoger Dingledine <arma@torproject.org>
Sat, 7 Jun 2008 05:01:22 +0000 (05:01 +0000)
committerRoger Dingledine <arma@torproject.org>
Sat, 7 Jun 2008 05:01:22 +0000 (05:01 +0000)
svn:r15006

src/or/or.h

index bcb319ee35772e5b2cbced42ff6f5c8820894d38..f08df26790a9dd56d8effc52bd6652e058166a6d 100644 (file)
@@ -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 */