Files
MaxScale/system-test/maxtest/include/maxtest/keepalived_func.hh
2020-07-28 16:15:50 +03:00

11 lines
261 B
C++

#pragma once
class TestConnections;
#define FAILOVER_WAIT_TIME 20
char virtual_ip[27];
char* print_version_string(TestConnections* Test);
void configure_keepalived(TestConnections* Test, char* keepalived_file);
void stop_keepalived(TestConnections* Test);