diff options
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/or.h b/src/or/or.h index afb12f3c10..a90cd67025 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -4487,7 +4487,7 @@ typedef struct rend_cache_entry_t { /********************************* routerlist.c ***************************/ /** Represents information about a single trusted directory server. */ -typedef struct trusted_dir_server_t { +typedef struct dir_server_t { char *description; char *nickname; char *address; /**< Hostname. */ @@ -4519,7 +4519,7 @@ typedef struct trusted_dir_server_t { * as a routerstatus_t. Not updated by the * router-status management code! **/ -} trusted_dir_server_t; +} dir_server_t; #define ROUTER_REQUIRED_MIN_BANDWIDTH (20*1024) |