diff options
Diffstat (limited to 'src/or/entrynodes.h')
-rw-r--r-- | src/or/entrynodes.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/or/entrynodes.h b/src/or/entrynodes.h index 285664da18..ec24011377 100644 --- a/src/or/entrynodes.h +++ b/src/or/entrynodes.h @@ -213,16 +213,6 @@ struct guard_selection_s { char *name; /** - * A value of 1 means that guard_selection_t structures have changed - * and those changes need to be flushed to disk. - * - * XXX prop271 we don't know how to flush multiple guard contexts to - * disk yet; fix that as soon as any way to change the default exists, - * or at least make sure this gets set on change. - */ - int dirty; - - /** * A value of 1 means that primary_entry_guards is up-to-date; 0 * means we need to recalculate it before using primary_entry_guards * or the is_primary flag on any guard. |