diff options
Diffstat (limited to 'src/or/dirserv.c')
-rw-r--r-- | src/or/dirserv.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/or/dirserv.c b/src/or/dirserv.c index 3fd6b7a566..2d9327bf28 100644 --- a/src/or/dirserv.c +++ b/src/or/dirserv.c @@ -1587,7 +1587,8 @@ dirserv_get_runningrouters(void) "v1 network status list", V1_AUTHORITY); } -/* DOCDOC */ +/** Return the latest downloaded consensus networkstatus in encoded, signed, + * optionally compressed format, suitable for sending to clients. */ cached_dir_t * dirserv_get_consensus(void) { |