aboutsummaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-10-26 20:19:29 -0400
committerNick Mathewson <nickm@torproject.org>2012-01-11 11:10:18 -0500
commit3826e058acfc1886fcd4be18644ea130d12ca9be (patch)
treee2638d5ae33362aee9c2a29fcc3fb8523631eebc /src/or/or.h
parentce703bd53edec2ee123dd747d6cc975a259c68f9 (diff)
downloadtor-3826e058acfc1886fcd4be18644ea130d12ca9be.tar
tor-3826e058acfc1886fcd4be18644ea130d12ca9be.tar.gz
Implement proposal 187: reserve a cell type for client authorization
This needs a changes file and more testing.
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 8fe3e0fe5..a7a517ff5 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)