]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Document has_ed25519_listing
authorNick Mathewson <nickm@torproject.org>
Tue, 23 Feb 2016 13:13:39 +0000 (08:13 -0500)
committerNick Mathewson <nickm@torproject.org>
Mon, 21 Mar 2016 17:23:32 +0000 (13:23 -0400)
src/or/or.h

index b6d6ec074f4c6b6372461670bd276389c0ec75cf..b24b6a85e4c3b3a9d6eced893fc9b235a52e6df2 100644 (file)
@@ -2377,7 +2377,9 @@ typedef struct vote_routerstatus_t {
   char *version; /**< The version that the authority says this router is
                   * running. */
   unsigned int has_measured_bw:1; /**< The vote had a measured bw */
-  unsigned int has_ed25519_listing:1; /** DOCDOC */
+  /** True iff the vote included an entry for ed25519 ID, or included
+   * "id ed25519 none" to indicate that there was no ed25519 ID. */
+  unsigned int has_ed25519_listing:1;
   unsigned int ed25519_reflects_consensus:1; /** DOCDOC */
   uint32_t measured_bw_kb; /**< Measured bandwidth (capacity) of the router */
   /** The hash or hashes that the authority claims this microdesc has. */