aboutsummaryrefslogtreecommitdiff
path: root/src/or/routerlist.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-09-10 21:40:29 +0000
committerRoger Dingledine <arma@torproject.org>2004-09-10 21:40:29 +0000
commit959199340a8b777f13a6b5ce921d9d8eab9510e0 (patch)
treecce82bedbd69dc6732467e81e71c886597ec5161 /src/or/routerlist.c
parent8954cd91ce5055789077c5ae56484638de21ab0a (diff)
downloadtor-959199340a8b777f13a6b5ce921d9d8eab9510e0.tar
tor-959199340a8b777f13a6b5ce921d9d8eab9510e0.tar.gz
don't pick administrative-friends when picking your path
(just a skeleton for now) svn:r2349
Diffstat (limited to 'src/or/routerlist.c')
-rw-r--r--src/or/routerlist.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/or/routerlist.c b/src/or/routerlist.c
index dfd58283c..86d11c09e 100644
--- a/src/or/routerlist.c
+++ b/src/or/routerlist.c
@@ -175,6 +175,13 @@ int all_directory_servers_down(void) {
return 1;
}
+/** Add all the friends of <b>router</b> to the smartlist <b>sl</b>.
+ */
+void routerlist_add_friends(smartlist_t *sl, routerinfo_t *router) {
+
+
+}
+
/** Given a comma-and-whitespace separated list of nicknames, see which
* nicknames in <b>list</b> name routers in our routerlist that are
* currently running. Add the routerinfos for those routers to <b>sl</b>.