aboutsummaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/or/or.h b/src/or/or.h
index f1260d187b..b77f4c6097 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -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;