aboutsummaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-04-07 13:44:22 -0400
committerNick Mathewson <nickm@torproject.org>2014-04-07 13:44:22 -0400
commit90341b4852bf88f1fdf9fd150fa2f5c47f88b2cb (patch)
tree65a14a75b7416553ebe4d6167e54e9ca7e0ab963 /src/or/or.h
parent754a50592c412d95d2eb48038784d0ef725a7dc2 (diff)
downloadtor-90341b4852bf88f1fdf9fd150fa2f5c47f88b2cb.tar.gz
tor-90341b4852bf88f1fdf9fd150fa2f5c47f88b2cb.zip
For missing transport, say "PT_MISSING" not "NO_ROUTE"
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/or/or.h b/src/or/or.h
index 38ab1767e0..1b35c1f99b 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -604,7 +604,8 @@ typedef enum {
#define END_OR_CONN_REASON_NO_ROUTE 6 /* no route to host/net */
#define END_OR_CONN_REASON_IO_ERROR 7 /* read/write error */
#define END_OR_CONN_REASON_RESOURCE_LIMIT 8 /* sockets, buffers, etc */
-#define END_OR_CONN_REASON_MISC 9
+#define END_OR_CONN_REASON_PT_MISSING 9 /* PT failed or not available */
+#define END_OR_CONN_REASON_MISC 10
/* Reasons why we (or a remote OR) might close a stream. See tor-spec.txt for
* documentation of these. The values must match. */