1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Changes in wsrep_guess_ip()

* Changed loopback detection to be done via ifa->ifa_flags
* Removed unused function wsrep_guess_address()
This commit is contained in:
Nirbhay Choubey
2015-02-24 21:55:22 -05:00
parent 72d7b12b9c
commit 16c446235e
4 changed files with 13 additions and 21 deletions

View File

@ -21,7 +21,6 @@
unsigned int wsrep_check_ip (const char* addr);
size_t wsrep_guess_ip (char* buf, size_t buf_len);
size_t wsrep_guess_address(char* buf, size_t buf_len);
namespace wsp {