aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuitlist.c
diff options
context:
space:
mode:
authorMike Perry <mikeperry-git@fscked.org>2010-07-24 18:19:20 +0200
committerMike Perry <mikeperry-git@fscked.org>2010-09-29 11:46:36 -0700
commitc5b5643965f57520842756e16d7ca7e8ea1cb2f8 (patch)
tree0ca90954e287f806af54ed3dd969b2bd306ea761 /src/or/circuitlist.c
parentcaba3bc57e2895a7c51a87e23fa783b9c48892a5 (diff)
downloadtor-c5b5643965f57520842756e16d7ca7e8ea1cb2f8.tar.gz
tor-c5b5643965f57520842756e16d7ca7e8ea1cb2f8.zip
Send control port events for timeouts.
We now differentiate between timeouts and cutoffs by the REASON string and the PURPOSE string.
Diffstat (limited to 'src/or/circuitlist.c')
-rw-r--r--src/or/circuitlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/circuitlist.c b/src/or/circuitlist.c
index fa800db1a4..fb4b69be0d 100644
--- a/src/or/circuitlist.c
+++ b/src/or/circuitlist.c
@@ -368,7 +368,7 @@ circuit_purpose_to_controller_string(uint8_t purpose)
case CIRCUIT_PURPOSE_TESTING:
return "TESTING";
case CIRCUIT_PURPOSE_C_MEASURE_TIMEOUT:
- return "EXPIRED";
+ return "MEASURE_TIMEOUT";
case CIRCUIT_PURPOSE_CONTROLLER:
return "CONTROLLER";