[or-cvs] r15006: minor comment cleanup and xxx (tor/trunk/src/or)

arma at seul.org arma at seul.org
Sat Jun 7 05:01:22 UTC 2008


Author: arma
Date: 2008-06-07 01:01:22 -0400 (Sat, 07 Jun 2008)
New Revision: 15006

Modified:
   tor/trunk/src/or/or.h
Log:
minor comment cleanup and xxx


Modified: tor/trunk/src/or/or.h
===================================================================
--- tor/trunk/src/or/or.h	2008-06-07 05:00:06 UTC (rev 15005)
+++ tor/trunk/src/or/or.h	2008-06-07 05:01:22 UTC (rev 15006)
@@ -328,8 +328,8 @@
 /** 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 @@
 /** 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 */



More information about the tor-commits mailing list