1
0
mirror of https://github.com/stefanocasazza/ULib.git synced 2025-09-28 19:05:55 +08:00

Update socket_ext.h

This commit is contained in:
Victor Stewart 2020-02-24 16:59:04 -05:00 committed by GitHub
parent ba52833ece
commit d4df8246d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -158,6 +158,9 @@ public:
#endif
private:
friend class UREDISClusterMaster;
#ifdef USE_C_ARES
static int resolv_status;
static char resolv_hostname[INET6_ADDRSTRLEN];