summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Kadianakis <desnacked@riseup.net>2018-02-07 11:46:30 +0200
committerGeorge Kadianakis <desnacked@riseup.net>2018-02-07 11:46:30 +0200
commit13f5adc86c30101a32fedcd1713443eb4c43a397 (patch)
tree905e83041e7f94e416b5cd0e9183831ab116cae1
parent6961609a1c62fb25b305c60e4d3ad49263da834c (diff)
downloadtor-13f5adc86c30101a32fedcd1713443eb4c43a397.tar.gz
tor-13f5adc86c30101a32fedcd1713443eb4c43a397.zip
Improve doc of `primary_guards_up_to_date`.
-rw-r--r--src/or/entrynodes.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/or/entrynodes.h b/src/or/entrynodes.h
index b7b110eeb7..d562498313 100644
--- a/src/or/entrynodes.h
+++ b/src/or/entrynodes.h
@@ -220,9 +220,10 @@ struct guard_selection_s {
guard_selection_type_t type;
/**
- * 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.
+ * A value of 1 means that primary_entry_guards is up-to-date with respect to
+ * the consensus and status info that we currently have; 0 means we need to
+ * recalculate it before using primary_entry_guards or the is_primary flag on
+ * any guard.
*/
int primary_guards_up_to_date;