Improve doc of `primary_guards_up_to_date`.

This commit is contained in:
George Kadianakis 2018-02-07 11:46:30 +02:00
parent 6961609a1c
commit 13f5adc86c
1 changed files with 4 additions and 3 deletions

View File

@ -220,9 +220,10 @@ struct guard_selection_s {
guard_selection_type_t type; guard_selection_type_t type;
/** /**
* A value of 1 means that primary_entry_guards is up-to-date; 0 * A value of 1 means that primary_entry_guards is up-to-date with respect to
* means we need to recalculate it before using primary_entry_guards * the consensus and status info that we currently have; 0 means we need to
* or the is_primary flag on any guard. * recalculate it before using primary_entry_guards or the is_primary flag on
* any guard.
*/ */
int primary_guards_up_to_date; int primary_guards_up_to_date;