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