summaryrefslogtreecommitdiff
path: root/bufferevent-internal.h
diff options
context:
space:
mode:
authorAzat Khuzhin <a3at.mail@gmail.com>2014-11-16 00:29:19 +0300
committerAzat Khuzhin <a3at.mail@gmail.com>2015-08-18 20:06:53 +0300
commite5615aa7a381f3f1a852d352d264b77ebc720006 (patch)
treedcb30cdc75c6e277bdb0d30477aecd909cd68d6f /bufferevent-internal.h
parentf4874d8c1f2ab454f0552a6f95ba01d61f0b8100 (diff)
downloadlibevent-e5615aa7a381f3f1a852d352d264b77ebc720006.tar.gz
be: replace conn_address by full struct instead of pointer
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 ac32384c..d2fea232 100644
--- a/bufferevent-internal.h
+++ b/bufferevent-internal.h
@@ -213,7 +213,7 @@ struct bufferevent_private {
* So we need to save it, just after we connected to remote server, or
* after resolving (to avoid extra dns requests during retrying, since UDP
* is slow) */
- struct sockaddr_storage *conn_address;
+ struct sockaddr_storage conn_address;
};
/** Possible operations for a control callback. */