summaryrefslogtreecommitdiff
path: root/include/arch/unix/apr_arch_networkio.h
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2018-10-08 08:24:14 +0000
committerPeter Wemm <peter@FreeBSD.org>2018-10-08 08:24:14 +0000
commitf7eb533f85d0941dbf6edb3081f065e4c010b8cc (patch)
treea9a3ba945deee0800d3818a48c45323608935019 /include/arch/unix/apr_arch_networkio.h
parentdf84d2567179e9d8867957c089683d753016bd75 (diff)
Diffstat (limited to 'include/arch/unix/apr_arch_networkio.h')
-rw-r--r--include/arch/unix/apr_arch_networkio.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/arch/unix/apr_arch_networkio.h b/include/arch/unix/apr_arch_networkio.h
index 91018f7c6bd00..5f3189d966650 100644
--- a/include/arch/unix/apr_arch_networkio.h
+++ b/include/arch/unix/apr_arch_networkio.h
@@ -111,6 +111,9 @@ struct apr_socket_t {
#ifndef HAVE_POLL
int connected;
#endif
+#if APR_HAVE_SOCKADDR_UN
+ int bound;
+#endif
int local_port_unknown;
int local_interface_unknown;
int remote_addr_unknown;