summaryrefslogtreecommitdiff
path: root/bufferevent-internal.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-04-06 11:05:35 -0400
committerNick Mathewson <nickm@torproject.org>2012-05-09 12:05:59 -0400
commita4079aa88a5d4bd70ad3c74f83460e1a0a40772d (patch)
treee5b37b8f61cc693c1339cfedc3735449c128189b /bufferevent-internal.h
parentae2b84b2575be93d0aebba5c0b78453836f89f3c (diff)
downloadlibevent-a4079aa88a5d4bd70ad3c74f83460e1a0a40772d.tar.gz
Replace more deferred_cb names with event_callback
Diffstat (limited to 'bufferevent-internal.h')
-rw-r--r--bufferevent-internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bufferevent-internal.h b/bufferevent-internal.h
index 5d7e98c0..63bf4708 100644
--- a/bufferevent-internal.h
+++ b/bufferevent-internal.h
@@ -183,7 +183,7 @@ struct bufferevent_private {
int dns_error;
/** Used to implement deferred callbacks */
- struct deferred_cb deferred;
+ struct event_callback deferred;
/** The options this bufferevent was constructed with */
enum bufferevent_options options;