Real implementation of ips() on OSX, now for Linux.

This commit is contained in:
Adam Ierymenko 2014-02-01 23:10:04 -08:00
parent f7fbc6f633
commit e16b2a8831
2 changed files with 58 additions and 32 deletions

View file

@ -233,8 +233,6 @@ private:
Thread _thread;
#ifdef __UNIX_LIKE__
std::set<InetAddress> _ips;
Mutex _ips_m;
char _dev[16];
int _fd;
int _shutdownSignalPipe[2];