mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Merge remote-tracking branch 'tor-gitlab/mr/491' into main
This commit is contained in:
@@ -179,6 +179,12 @@ struct origin_circuit_t {
|
||||
*/
|
||||
unsigned first_hop_from_controller : 1;
|
||||
|
||||
/**
|
||||
* If true, this circuit's path has been chosen, in full or in part,
|
||||
* by the controller API, and it's okay to ignore checks that we'd
|
||||
* usually do on the path as whole. */
|
||||
unsigned int any_hop_from_controller : 1;
|
||||
|
||||
/**
|
||||
* Tristate variable to guard against pathbias miscounting
|
||||
* due to circuit purpose transitions changing the decision
|
||||
|
||||
Reference in New Issue
Block a user