diff options
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h index 1f82b90ea6..3ab5826f6f 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -844,6 +844,8 @@ typedef struct routerstatus_t { * information with v2 of the directory * protocol. (All directory caches cache v1 * directories.) */ + unsigned int is_possible_guard:1; /**< True iff this router would be a good + * choice as an entry guard. */ /** True if we, as a directory mirror, want to download the corresponding * routerinfo from the authority who gave us this routerstatus. (That is, |