diff options
author | Nick Mathewson <nickm@torproject.org> | 2010-08-15 21:27:32 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2010-08-15 21:27:32 -0400 |
commit | 9bcea4a8ef33bc3f1b66682a0eea463b891cd7ba (patch) | |
tree | ae59b0189576acc89aad1fdb4e6a447989295dda /src/or/or.h | |
parent | 5757f47fc34235675d67b71c68b207582b245ca8 (diff) | |
parent | 161b275028e90d38582c3cddf65d906e8a181368 (diff) | |
download | tor-9bcea4a8ef33bc3f1b66682a0eea463b891cd7ba.tar.gz tor-9bcea4a8ef33bc3f1b66682a0eea463b891cd7ba.zip |
Merge commit 'sebastian/misc-reason'
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/or.h b/src/or/or.h index e1f4541a7e..4098cd284e 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -551,7 +551,7 @@ typedef enum { #define END_STREAM_REASON_DESTROY 5 #define END_STREAM_REASON_DONE 6 #define END_STREAM_REASON_TIMEOUT 7 -/* 8 is unallocated for historical reasons. */ +#define END_STREAM_REASON_NOROUTE 8 #define END_STREAM_REASON_HIBERNATING 9 #define END_STREAM_REASON_INTERNAL 10 #define END_STREAM_REASON_RESOURCELIMIT 11 |