diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-11-12 10:23:55 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-11-12 10:23:55 -0500 |
commit | a87c697fb157f243bc48bba868a69a5182042822 (patch) | |
tree | 0112391806a26a361fd63406f0805679da1538c2 /src/or/or.h | |
parent | 26e7e519dc72aba1f00b9f0179f58e10fafda3d2 (diff) | |
parent | 5e4174f3b45d65999e97c32dcce0b86b056b5957 (diff) | |
download | tor-a87c697fb157f243bc48bba868a69a5182042822.tar.gz tor-a87c697fb157f243bc48bba868a69a5182042822.zip |
Merge remote-tracking branch 'public/bug13698_024_v1'
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h index b95bfb15a9..524f99daab 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -676,6 +676,10 @@ typedef enum { /* Negative reasons are internal: we never send them in a DESTROY or TRUNCATE * call; they only go to the controller for tracking */ + +/* Closing introduction point that were opened in parallel. */ +#define END_CIRC_REASON_IP_NOW_REDUNDANT -4 + /** Our post-timeout circuit time measurement period expired. * We must give up now */ #define END_CIRC_REASON_MEASUREMENT_EXPIRED -3 |