diff options
author | Roger Dingledine <arma@torproject.org> | 2004-08-18 06:10:12 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-08-18 06:10:12 +0000 |
commit | b294a037a451b097ebcf0c5ebb3c48daff1ff052 (patch) | |
tree | c656a34b90a8c43efb55196d4918fed409fb2f42 /src/or/routerlist.c | |
parent | 6de61bd6946b2520e0668809b3aa0283191b8bd8 (diff) | |
download | tor-b294a037a451b097ebcf0c5ebb3c48daff1ff052.tar tor-b294a037a451b097ebcf0c5ebb3c48daff1ff052.tar.gz |
choose exit nodes by bandwidth too
svn:r2274
Diffstat (limited to 'src/or/routerlist.c')
-rw-r--r-- | src/or/routerlist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/routerlist.c b/src/or/routerlist.c index a8817e876..2d081d387 100644 --- a/src/or/routerlist.c +++ b/src/or/routerlist.c @@ -236,7 +236,7 @@ routerlist_sl_remove_unreliable_routers(smartlist_t *sl) } } -static routerinfo_t * +routerinfo_t * routerlist_sl_choose_by_bandwidth(smartlist_t *sl) { int i; |