From fb7b5545ce8a964e526b6f07806c53c76b5e0191 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 15 Mar 2006 05:06:56 +0000 Subject: Implement GETINFO(dir/server/foo); status will be harder. svn:r6165 --- src/or/dirserv.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/or/dirserv.c') diff --git a/src/or/dirserv.c b/src/or/dirserv.c index 90bf2cde09..a78bfca7d7 100644 --- a/src/or/dirserv.c +++ b/src/or/dirserv.c @@ -1555,6 +1555,9 @@ dirserv_get_networkstatus_v2(smartlist_t *result, * recognize the key (URL). * If -1 is returned *msg will be set to an appropriate error * message. + * + * (Despite its name, this function is also called from the controller, which + * exposes a similar means to fetch descriptors.) */ int dirserv_get_routerdescs(smartlist_t *descs_out, const char *key, -- cgit v1.2.3-54-g00ecf