client-c  0.8.1
leaf_time.h
Go to the documentation of this file.
1 
18 #ifndef LEAF_TIME_H_
19 #define LEAF_TIME_H_
20 
21 #include <time.h>
22 
23 typedef time_t kaa_time_t;
24 
25 #define KAA_TIME() (kaa_time_t)ext_get_systime()
26 
27 #endif /* LEAF_TIME_H_ */
time_t kaa_time_t
Definition: leaf_time.h:23