summaryrefslogtreecommitdiff
path: root/network_io/beos
diff options
context:
space:
mode:
authorRuediger Pluem <rpluem@apache.org>2009-10-04 12:09:57 +0000
committerRuediger Pluem <rpluem@apache.org>2009-10-04 12:09:57 +0000
commit0bd69ee3d59bfd3f5c5f285d944cbe8074e5dcc1 (patch)
treede2940074b8a2f94c867911b5f5cb10e4b092925 /network_io/beos
parente58acfbd83f0e26a68921f606d977cb7c2213908 (diff)
downloadapr-0bd69ee3d59bfd3f5c5f285d944cbe8074e5dcc1.tar.gz
* Add apr_socket_is_connected to detect whether the remote side of a socket
is still open. The origin of apr_socket_is_connected is r473278 from http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/proxy/proxy_util.c in httpd. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@821524 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'network_io/beos')
-rw-r--r--network_io/beos/socketcommon.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/network_io/beos/socketcommon.c b/network_io/beos/socketcommon.c
index cdadc8561..b9f594bbe 100644
--- a/network_io/beos/socketcommon.c
+++ b/network_io/beos/socketcommon.c
@@ -3,3 +3,4 @@
#include "../unix/sockets.c"
#include "../unix/sockaddr.c"
#include "../unix/sockopt.c"
+#include "../unix/socket_util.c"