Hi :) thank you for your work, your librairy perfectly match my needs. However I encountered this error while starting mosquitto : Load error: /etc/mosquitto/auth-plug.so: undefined symbol: ares_library_init So I search here in issues li...
return ARES_SUCCESS; } static void ares_win32_cleanup(void) { #ifdef USE_WINSOCK if (hnd_advapi32) FreeLibrary(hnd_advapi32); if (hnd_iphlpapi) FreeLibrary(hnd_iphlpapi); #endif } int ares_library_init(int flags) { int res; if (ares_initialized) { ares_initialized++; return ARES_SU...
library init: documentation update Browse files This commit updates the documentation of ares_library_init() and ares_library_cleanup() with regard to the newly introduced reference counting of initializations and deinitializations. main v1.34.4 … c-ares-1_17_0 TheCount authored and bagder...