summaryrefslogtreecommitdiff
path: root/src/or/routerlist.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2008-12-25 15:37:47 +0000
committerRoger Dingledine <arma@torproject.org>2008-12-25 15:37:47 +0000
commita12c3f2c86d967bce7253e78f4c42929b03cc87d (patch)
tree3d17dfd8fca4ff9556ddeed3a23b281632d69a2e /src/or/routerlist.c
parent4a1fd99899b654081465d42f4df8a9d119f906c8 (diff)
downloadtor-a12c3f2c86d967bce7253e78f4c42929b03cc87d.tar.gz
tor-a12c3f2c86d967bce7253e78f4c42929b03cc87d.zip
some fixes i found in my sandbox
svn:r17771
Diffstat (limited to 'src/or/routerlist.c')
-rw-r--r--src/or/routerlist.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/or/routerlist.c b/src/or/routerlist.c
index f91af473f2..22bd5e2962 100644
--- a/src/or/routerlist.c
+++ b/src/or/routerlist.c
@@ -2908,7 +2908,8 @@ router_set_status(const char *digest, int up)
* <b>router</b> after subsequent calls with other routerinfo's -- they
* might cause the original routerinfo to get freed.
*
- * Returns the status for the operation.
+ * Returns the status for the operation. Might set *<b>msg</b> if it wants
+ * the poster of the router to know something.
*
* If <b>from_cache</b>, this descriptor came from our disk cache. If
* <b>from_fetch</b>, we received it in response to a request we made.