Files
MaxScale/maxscale-system-test/keepalived_func.h
Markus Mäkelä 906d8cee5b Format all files
Formatted all files with uncrustify.
2018-10-31 09:46:02 +02:00

14 lines
340 B
C

#ifndef KEEPALIVED_FUNC_H
#define KEEPALIVED_FUNC_H
#include "testconnections.h"
#define FAILOVER_WAIT_TIME 20
char virtual_ip[16];
char* print_version_string(TestConnections* Test);
void configure_keepalived(TestConnections* Test, char* keepalived_file);
void stop_keepalived(TestConnections* Test);
#endif // KEEPALIVED_FUNC_H