mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-28 06:13:31 +01:00
note that routerstatus_t.entries is sorted.
svn:r5044
This commit is contained in:
parent
10893e7254
commit
6aa8850d90
@ -835,7 +835,8 @@ typedef struct networkstatus_t {
|
||||
|
||||
int binds_names:1; /**< True iff this directory server binds names. */
|
||||
|
||||
smartlist_t *entries; /**< List of router_status_t*. */
|
||||
smartlist_t *entries; /**< List of router_status_t*. This list is kept
|
||||
* sorted by identity_digest. */
|
||||
} networkstatus_t;
|
||||
|
||||
/** Contents of a directory of onion routers. */
|
||||
|
Loading…
Reference in New Issue
Block a user