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:
@ -20,7 +20,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 {
|
||||
class node_status
|
||||
|
Reference in New Issue
Block a user