aboutsummaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/or/or.h b/src/or/or.h
index cef52018bb..a5e96b22ee 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -3785,7 +3785,7 @@ typedef struct {
int PathBiasCircThreshold;
double PathBiasNoticeRate;
double PathBiasWarnRate;
- double PathBiasCritRate;
+ double PathBiasExtremeRate;
int PathBiasDropGuards;
int PathBiasScaleThreshold;
int PathBiasScaleFactor;
@@ -4070,8 +4070,6 @@ typedef struct {
double close_ms;
} circuit_build_times_t;
-void pathbias_count_timeout(origin_circuit_t *circ);
-
/********************************* config.c ***************************/
/** An error from options_trial_assign() or options_init_from_string(). */