aboutsummaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-09-12 12:44:18 -0400
committerNick Mathewson <nickm@torproject.org>2012-12-06 11:28:49 -0500
commit4e3d07a68a9cde15c67fd44982d03d4d0608f56b (patch)
treea7878fed334cf4423609ecad5f525df8923a2f2c /src/or/or.h
parent90f6071d8dc0c23c0a2e7713ae1bba5ef44d09c2 (diff)
downloadtor-4e3d07a68a9cde15c67fd44982d03d4d0608f56b.tar
tor-4e3d07a68a9cde15c67fd44982d03d4d0608f56b.tar.gz
When choosing among dirserver_ts, consider their weights
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/or/or.h b/src/or/or.h
index 70e00071f..cbb437e86 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -4491,7 +4491,8 @@ typedef struct rend_cache_entry_t {
/********************************* routerlist.c ***************************/
-/** Represents information about a single trusted directory server. */
+/** Represents information about a single trusted or fallback directory
+ * server. */
typedef struct dir_server_t {
char *description;
char *nickname;