23#ifndef MY_TIME_T_INCLUDED
24#define MY_TIME_T_INCLUDED
int64_t my_time_t
Portable time_t replacement.
Definition: my_time_t.h:31
Replacement of system's struct timeval to ensure we can carry 64 bit values even on a platform which ...
Definition: my_time_t.h:44
int64_t m_tv_sec
Definition: my_time_t.h:45
int64_t m_tv_usec
Definition: my_time_t.h:46