mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 04:13:28 +01:00
minor comment cleanup and xxx
svn:r15006
This commit is contained in:
parent
b4d697688e
commit
56658956a1
@ -328,8 +328,8 @@ typedef enum {
|
|||||||
/** A connection to a directory server: set after a rendezvous
|
/** A connection to a directory server: set after a rendezvous
|
||||||
* descriptor is downloaded. */
|
* descriptor is downloaded. */
|
||||||
#define DIR_PURPOSE_HAS_FETCHED_RENDDESC 4
|
#define DIR_PURPOSE_HAS_FETCHED_RENDDESC 4
|
||||||
/** A connection to a directory server: download one or more network-status
|
/** A connection to a directory server: download one or more v2
|
||||||
* objects */
|
* network-status objects */
|
||||||
#define DIR_PURPOSE_FETCH_NETWORKSTATUS 5
|
#define DIR_PURPOSE_FETCH_NETWORKSTATUS 5
|
||||||
/** A connection to a directory server: download one or more server
|
/** A connection to a directory server: download one or more server
|
||||||
* descriptors. */
|
* descriptors. */
|
||||||
@ -347,7 +347,7 @@ typedef enum {
|
|||||||
/** A connection to a directory server: upload a v3 consensus signature */
|
/** A connection to a directory server: upload a v3 consensus signature */
|
||||||
#define DIR_PURPOSE_UPLOAD_SIGNATURES 11
|
#define DIR_PURPOSE_UPLOAD_SIGNATURES 11
|
||||||
/** A connection to a directory server: download one or more network-status
|
/** 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
|
#define DIR_PURPOSE_FETCH_STATUS_VOTE 12
|
||||||
/** A connection to a directory server: download one or more network-status
|
/** A connection to a directory server: download one or more network-status
|
||||||
* objects */
|
* objects */
|
||||||
|
Loading…
Reference in New Issue
Block a user