summaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorMike Perry <mikeperry-git@fscked.org>2009-09-01 08:07:26 -0700
committerMike Perry <mikeperry-git@fscked.org>2009-09-16 15:52:03 -0700
commitc4e6b3eadb53f382793af9550496c4528faea6a1 (patch)
tree3751d1184ef564179065b4843a3bfeb6b353b369 /src/or/or.h
parent95735e547838e05a574b55da00d3d04c1084452a (diff)
downloadtor-c4e6b3eadb53f382793af9550496c4528faea6a1.tar.gz
tor-c4e6b3eadb53f382793af9550496c4528faea6a1.zip
Fix timeout edge case when we get enough samples.
Also switch Xm calculation to mode, not min.
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h
index aeca0226a1..0ab382fbdd 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -2889,6 +2889,7 @@ typedef struct {
int pre_timeouts;
build_time_t Xm;
double alpha;
+ int estimated;
} circuit_build_times_t;
extern circuit_build_times_t circ_times;