summaryrefslogtreecommitdiff
path: root/src/net
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2019-08-26 20:36:51 +0200
committerMax Kellermann <max@musicpd.org>2019-08-26 20:36:51 +0200
commit00d7759cee14be7fd62be0df465cf8bf7db329b2 (patch)
tree29dd4885ce1d68dc9997d1d31232591d4cde5eb8 /src/net
parent2ecc4e3eed777fc489670e72a4aa702c2313e51f (diff)
net/SocketDescriptor: expose CheckDuplicate()
Diffstat (limited to 'src/net')
-rw-r--r--src/net/SocketDescriptor.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/SocketDescriptor.hxx b/src/net/SocketDescriptor.hxx
index 99643acbb..d19106366 100644
--- a/src/net/SocketDescriptor.hxx
+++ b/src/net/SocketDescriptor.hxx
@@ -115,6 +115,7 @@ public:
using FileDescriptor::SetNonBlocking;
using FileDescriptor::SetBlocking;
using FileDescriptor::Duplicate;
+ using FileDescriptor::CheckDuplicate;
using FileDescriptor::Close;
#else
bool SetNonBlocking() noexcept;