]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Document ADDRMAPSRC_NONE.
authorNick Mathewson <nickm@torproject.org>
Tue, 12 Jun 2012 01:49:08 +0000 (21:49 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 12 Jun 2012 01:49:08 +0000 (21:49 -0400)
src/or/or.h

index f1260d187b76f9d93605666d84aac940ad321733..b77f4c609769079a51bc1ff7da1ec7157be3095d 100644 (file)
@@ -3857,7 +3857,9 @@ typedef enum {
    * Tor server that told us what its value was. */
   ADDRMAPSRC_DNS,
 
-  /** DOCDOC */
+  /** No remapping has occurred.  This isn't a possible value for an
+   * addrmap_entry_t; it's used as a null value when we need to answer "Why
+   * did this remapping happen." */
   ADDRMAPSRC_NONE
 } addressmap_entry_source_t;