aboutsummaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2009-08-04 09:29:30 -0700
committerNick Mathewson <nickm@torproject.org>2010-09-27 12:29:42 -0400
commitc6e22ae2b747681b86b6c00c1fe8438f2b4a8e0f (patch)
treeef44fa334ceeda667753d4d8bac41b9eb1cb10ff /src/or/or.h
parenta0f4841e2bc448b6e91e11c0c9dc2c93e5cf0ce7 (diff)
downloadtor-c6e22ae2b747681b86b6c00c1fe8438f2b4a8e0f.tar
tor-c6e22ae2b747681b86b6c00c1fe8438f2b4a8e0f.tar.gz
Basic bufferevent callbacks
These are based strongly on connection_handle_read and connection_handle_write, but hopefully without so much mixture of IO logic and Tor logic.
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 e0c259b04..e82cd4e1b 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -86,6 +86,7 @@
#ifdef USE_BUFFEREVENTS
#include <event2/bufferevent.h>
#include <event2/buffer.h>
+#include <event2/util.h>
#endif
#include "crypto.h"