summaryrefslogtreecommitdiff
path: root/evbuffer-internal.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-10-06 15:21:55 -0400
committerNick Mathewson <nickm@torproject.org>2011-10-06 15:21:55 -0400
commit83588777682b2a7d9044f527dc4acbec70775fa9 (patch)
tree2af8bf94b6b63037c43960817569a6b5475e2e21 /evbuffer-internal.h
parent5760efb1b67414e65e42ee7127286a7d9a7bd3a7 (diff)
parent706aa5f416a65107a3b40511ea91cff5ed048024 (diff)
downloadlibevent-83588777682b2a7d9044f527dc4acbec70775fa9.tar.gz
Merge remote-tracking branch 'origin/patches-2.0'
Conflicts: buffer.c test/regress_buffer.c
Diffstat (limited to 'evbuffer-internal.h')
-rw-r--r--evbuffer-internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/evbuffer-internal.h b/evbuffer-internal.h
index 0a146910..fc3f99b0 100644
--- a/evbuffer-internal.h
+++ b/evbuffer-internal.h
@@ -130,6 +130,8 @@ struct evbuffer {
/** True iff this buffer is set up for overlapped IO. */
unsigned is_overlapped : 1;
#endif
+ /** Zero or more EVBUFFER_FLAG_* bits */
+ ev_uint32_t flags;
/** Used to implement deferred callbacks. */
struct deferred_cb_queue *cb_queue;