See script directory for method. The script to run in the top level MaxScale directory is called maxscale-uncrustify.sh, which uses another script, list-src, from the same directory (so you need to set your PATH). The uncrustify version was 0.66.
13 lines
289 B
C
13 lines
289 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);
|
|
|
|
#endif // KEEPALIVED_FUNC_H
|