diff options
author | Mike Perry <mikeperry-git@fscked.org> | 2012-10-24 17:34:18 -0700 |
---|---|---|
committer | Mike Perry <mikeperry-git@fscked.org> | 2012-12-07 15:28:36 -0800 |
commit | 954f263ed5eb451a0742f8888681e10e64dd193a (patch) | |
tree | 17cf84ee506b600c6f597ecc5dbfad9c49580f17 /src/or/or.h | |
parent | c8056dcbbb9b468fe4070eff4b55b63d109801c5 (diff) | |
download | tor-954f263ed5eb451a0742f8888681e10e64dd193a.tar.gz tor-954f263ed5eb451a0742f8888681e10e64dd193a.zip |
Add the ability to count circuit timeouts for guards.
This is purely for informational reasons for debugging.
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h index 195cb2b98f..59202104db 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -4067,6 +4067,8 @@ 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(). */ |