diff options
Diffstat (limited to 'src/or/connection_edge.c')
-rw-r--r-- | src/or/connection_edge.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/connection_edge.c b/src/or/connection_edge.c index 520a512eb..d77066c99 100644 --- a/src/or/connection_edge.c +++ b/src/or/connection_edge.c @@ -1487,7 +1487,7 @@ int connection_ap_can_use_exit(connection_t *conn, routerinfo_t *exit) * below as its root. */ struct client_dns_entry { - uint32_t addr; /**< The resolved IP of this entry */ + uint32_t addr; /**< The resolved IP of this entry. */ time_t expires; /**< At what second does addr expire? */ int n_failures; /**< How many times has this entry failed to resolve so far? */ }; |