Some work on WTP.
FossilOrigin-Name: 6ec1370311c5b83dc78adbfb75f8241e0916b171a9c0f939d24ec28ebdf908c8
This commit is contained in:
@ -28,6 +28,12 @@
|
||||
* @{
|
||||
*/
|
||||
|
||||
/**
|
||||
* CAPWAP timer type, used in #cw_timer_start and #cw_timer_timeout.
|
||||
*/
|
||||
typedef time_t cw_timer_t;
|
||||
|
||||
|
||||
/**
|
||||
* Start a timer.
|
||||
* @param t number of seconds until the timer expires
|
||||
@ -55,7 +61,7 @@
|
||||
*
|
||||
* @param c name of the variable
|
||||
*/
|
||||
#define DEFINE_CLOCK(c)\
|
||||
#define CLOCK_DEFINE(c)\
|
||||
struct timeval c;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user