summaryrefslogtreecommitdiff
path: root/http-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 /http-internal.h
parentae2b84b2575be93d0aebba5c0b78453836f89f3c (diff)
downloadlibevent-a4079aa88a5d4bd70ad3c74f83460e1a0a40772d.tar.gz
Replace more deferred_cb names with event_callback
Diffstat (limited to 'http-internal.h')
-rw-r--r--http-internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/http-internal.h b/http-internal.h
index e366c7c6..83aa6ef1 100644
--- a/http-internal.h
+++ b/http-internal.h
@@ -103,7 +103,7 @@ struct evhttp_connection {
void (*closecb)(struct evhttp_connection *, void *);
void *closecb_arg;
- struct deferred_cb read_more_deferred_cb;
+ struct event_callback read_more_deferred_cb;
struct event_base *base;
struct evdns_base *dns_base;