diff options
Diffstat (limited to 'src/or/dns.c')
-rw-r--r-- | src/or/dns.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/dns.c b/src/or/dns.c index b7f27c64bb..b36f5ed111 100644 --- a/src/or/dns.c +++ b/src/or/dns.c @@ -68,6 +68,7 @@ typedef struct pending_connection_t { struct pending_connection_t *next; } pending_connection_t; +/** DOCDOC */ #define CACHED_RESOLVE_MAGIC 0x1234F00D /* Possible states for a cached resolve_t */ |