Use networkstatus_read_cached_consensus() for GETINFO
[tor.git] / changes / ticket21349
blobc072884062c3377176a708ac2f019d5140087111
1   o Code simplification and refactoring:
2     - Split sampled_guards_update_from_consensus() and
3       select_entry_guard_for_circuit() into subfunctions.
4       In entry_guards_update_primary() unite
5       three smartlist enumerations into one and move smartlist
6       comparison code out of the function. Closes ticket 21349.