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/capwap.h"
|
||||||
#include "cw/fragman.h"
|
#include "cw/fragman.h"
|
||||||
|
#include "cw/timer.h"
|
||||||
|
|
||||||
#define WTPMAN_QSIZE 1024
|
#define WTPMAN_QSIZE 1024
|
||||||
|
|
||||||
@ -35,6 +36,9 @@ struct wtpman{
|
|||||||
int connected;
|
int connected;
|
||||||
|
|
||||||
|
|
||||||
|
cw_timer_t echointerval_timer;
|
||||||
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
struct wtp{
|
struct wtp{
|
||||||
|
Loading…
Reference in New Issue
Block a user