summaryrefslogtreecommitdiff
path: root/bufferevent-internal.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2010-05-06 14:16:50 -0400
committerNick Mathewson <nickm@torproject.org>2010-05-06 14:16:50 -0400
commita62c8433407c5c6d762394a3395470e34fb20f49 (patch)
treed47b420c76ef1a703e6890c065586c2fc3a5b688 /bufferevent-internal.h
parent7731ec882833e3ca660db3875a61432058495a02 (diff)
parent0ef407065e5fb98f704b426d1d4fc878a85a391d (diff)
downloadlibevent-a62c8433407c5c6d762394a3395470e34fb20f49.tar.gz
Merge commit 'chrisd/connect-hostname-report-err'
Diffstat (limited to 'bufferevent-internal.h')
-rw-r--r--bufferevent-internal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/bufferevent-internal.h b/bufferevent-internal.h
index 71800f79..17737bfc 100644
--- a/bufferevent-internal.h
+++ b/bufferevent-internal.h
@@ -165,6 +165,9 @@ struct bufferevent_private {
* an events callback is pending. */
int errno_pending;
+ /** The DNS error code for bufferevent_socket_connect_hostname */
+ int dns_error;
+
/** Used to implement deferred callbacks */
struct deferred_cb deferred;