diff options
Diffstat (limited to 'include/lldb/Host/SocketAddress.h')
-rw-r--r-- | include/lldb/Host/SocketAddress.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/lldb/Host/SocketAddress.h b/include/lldb/Host/SocketAddress.h index bc66ad915bbe1..8e9026ba962cb 100644 --- a/include/lldb/Host/SocketAddress.h +++ b/include/lldb/Host/SocketAddress.h @@ -41,8 +41,9 @@ public: //---------------------------------------------------------------------------- // Static method to get all address information for a host and/or service //---------------------------------------------------------------------------- - static std::vector<SocketAddress> GetAddressInfo(const char *hostname, - const char *servname); + static std::vector<SocketAddress> + GetAddressInfo(const char *hostname, const char *servname, int ai_family, + int ai_socktype, int ai_protocol, int ai_flags = 0); //------------------------------------------------------------------ // Constructors and Destructors |