summaryrefslogtreecommitdiff
path: root/util-internal.h
diff options
context:
space:
mode:
authoryuangongji <82787816@qq.com>2019-10-12 18:45:52 +0800
committerAzat Khuzhin <azat@libevent.org>2019-10-14 23:23:56 +0300
commitdda8968c71f684235abb3cf6c26810751bf2c31a (patch)
treee352f79595c964725d57cb2a0829c80f87482dc5 /util-internal.h
parent11bdd41c562f984d15a9f301e11363d9a48ef6bf (diff)
downloadlibevent-dda8968c71f684235abb3cf6c26810751bf2c31a.tar.gz
evutil: implement socketpair with unix domain socket on Win10
Diffstat (limited to 'util-internal.h')
-rw-r--r--util-internal.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/util-internal.h b/util-internal.h
index 39576c71..9010b2e3 100644
--- a/util-internal.h
+++ b/util-internal.h
@@ -302,6 +302,11 @@ int evutil_socket_connect_(evutil_socket_t *fd_ptr, const struct sockaddr *sa, i
int evutil_socket_finished_connecting_(evutil_socket_t fd);
+#ifdef EVENT__HAVE_AFUNIX_H
+EVENT2_EXPORT_SYMBOL
+int evutil_check_working_afunix_();
+#endif
+
EVENT2_EXPORT_SYMBOL
int evutil_ersatz_socketpair_(int, int , int, evutil_socket_t[]);