summaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-01-11 12:27:14 -0500
committerNick Mathewson <nickm@torproject.org>2012-01-11 12:27:14 -0500
commitf54a10caa62db6653cd8f5a8c84de3a623428c6c (patch)
treee83328018ff155f002f6249046edd9c01df6538c /src/or/or.h
parentfa83397ecdba136af4b493a4bf70ef752356fde2 (diff)
parent3826e058acfc1886fcd4be18644ea130d12ca9be (diff)
downloadtor-f54a10caa62db6653cd8f5a8c84de3a623428c6c.tar.gz
tor-f54a10caa62db6653cd8f5a8c84de3a623428c6c.zip
Merge branch 'prop187_squashed'
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h
index dc312d5394..0fcb083a4e 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -833,6 +833,7 @@ typedef enum {
#define CELL_CERTS 129
#define CELL_AUTH_CHALLENGE 130
#define CELL_AUTHENTICATE 131
+#define CELL_AUTHORIZE 132
/** How long to test reachability before complaining to the user. */
#define TIMEOUT_UNTIL_UNREACHABILITY_COMPLAINT (20*60)