diff options
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h index b8fee649ea..f1260d187b 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -3856,6 +3856,9 @@ typedef enum { /** We're remapping this address because we got a DNS resolution from a * Tor server that told us what its value was. */ ADDRMAPSRC_DNS, + + /** DOCDOC */ + ADDRMAPSRC_NONE } addressmap_entry_source_t; /********************************* control.c ***************************/ |