Some work on WTP.

FossilOrigin-Name: 6ec1370311c5b83dc78adbfb75f8241e0916b171a9c0f939d24ec28ebdf908c8
This commit is contained in:
7u83@mail.ru
2015-04-19 14:44:20 +00:00
parent 5a71654ebd
commit fdc6b0e4a0
36 changed files with 496 additions and 61 deletions

View File

@ -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;
/**