summaryrefslogtreecommitdiff
path: root/src/mongo/util/net/sockaddr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/util/net/sockaddr.h')
-rw-r--r--src/mongo/util/net/sockaddr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/util/net/sockaddr.h b/src/mongo/util/net/sockaddr.h
index db02dd73773..c91887f245c 100644
--- a/src/mongo/util/net/sockaddr.h
+++ b/src/mongo/util/net/sockaddr.h
@@ -133,6 +133,7 @@ struct SockAddr {
bool isLocalHost() const;
bool isDefaultRoute() const;
+ bool isAnonymousUNIXSocket() const;
bool operator==(const SockAddr& r) const;