echointerval timer added.
FossilOrigin-Name: 92e673c1f1e22d494dc37cbc62ccfa7fef45005378e51d7611bd0c81bb3a9278
This commit is contained in:
parent
421e1b7729
commit
177902f44b
@ -7,6 +7,7 @@
|
||||
|
||||
#include "cw/capwap.h"
|
||||
#include "cw/fragman.h"
|
||||
#include "cw/timer.h"
|
||||
|
||||
#define WTPMAN_QSIZE 1024
|
||||
|
||||
@ -32,7 +33,10 @@ struct wtpman{
|
||||
|
||||
|
||||
int socklistindex;
|
||||
int connected;
|
||||
int connected;
|
||||
|
||||
|
||||
cw_timer_t echointerval_timer;
|
||||
|
||||
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user