diff options
author | Robert Ransom <rransom.8774@gmail.com> | 2011-06-25 13:46:20 -0700 |
---|---|---|
committer | Robert Ransom <rransom.8774@gmail.com> | 2011-11-24 06:55:06 -0800 |
commit | 88e0026d2f0260bb5e3ce88bf2cdead6b521b6b3 (patch) | |
tree | d6e52093b49660e502bc2f17292a79848b3104bc /changes | |
parent | 296b8d0b10cc8e5d42c88284ed1b37b510f4a5bc (diff) | |
download | tor-88e0026d2f0260bb5e3ce88bf2cdead6b521b6b3.tar tor-88e0026d2f0260bb5e3ce88bf2cdead6b521b6b3.tar.gz |
Send CIRC2 event when a circuit is cannibalized
Diffstat (limited to 'changes')
-rw-r--r-- | changes/feature3457 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/changes/feature3457 b/changes/feature3457 index 2180f987b..eda1d38e6 100644 --- a/changes/feature3457 +++ b/changes/feature3457 @@ -3,6 +3,7 @@ - Log (at debug level) whenever a circuit's purpose is changed. - Allow controllers to request an event notification whenever a - circuit's purpose is changed. Implements part of ticket 3457. + circuit is cannibalized or its purpose is changed. Implements + part of ticket 3457. |