Initial commit
FossilOrigin-Name: c53d95729c009f8f80a7d63847cef7668ff73f8af0523ab65f7734696f85399c
This commit is contained in:
15
src/wtp/sulking.c
Normal file
15
src/wtp/sulking.c
Normal file
@ -0,0 +1,15 @@
|
||||
#include <unistd.h>
|
||||
|
||||
#include "capwap/cw_log.h"
|
||||
|
||||
#include "wtp.h"
|
||||
#include "wtp_conf.h"
|
||||
|
||||
int sulking_state()
|
||||
{
|
||||
cw_log_debug0("Entering Sulking state");
|
||||
cw_log_debug0("Sleeping for %i seconds",conf_silent_interval);
|
||||
sleep(conf_silent_interval);
|
||||
return 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user