 a6ab05b673
			
		
	
	a6ab05b673
	
	
	
		
			
			The tests previously ignored these warnings but the change in compiler flags caused them to fail.
		
			
				
	
	
		
			14 lines
		
	
	
		
			340 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			340 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef KEEPALIVED_FUNC_H
 | |
| #define KEEPALIVED_FUNC_H
 | |
| 
 | |
| #include "testconnections.h"
 | |
| 
 | |
| #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);
 | |
| 
 | |
| #endif      // KEEPALIVED_FUNC_H
 |