From: Nick Mathewson Date: Wed, 21 Aug 2013 16:12:21 +0000 (-0400) Subject: changes file for 6153 X-Git-Tag: tor-0.2.5.1-alpha~59^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=49b8acc61872a35165cc1375edc4dcdeabfc68b4;p=thirdparty%2Ftor.git changes file for 6153 --- diff --git a/changes/6153_circuittime_accessor b/changes/6153_circuittime_accessor new file mode 100644 index 0000000000..16f1f557d5 --- /dev/null +++ b/changes/6153_circuittime_accessor @@ -0,0 +1,4 @@ + o Code simplification and refactoring: + + - Add a set of accessor functions for the circuit timeout data + structure. Fixes ticket 6153; patch from "piet".