11#define STUB_API "time/libtime.la"
17#include "time/gadgets.h"
25void tvSub(struct timeval &, struct timeval const &, struct timeval const &)
STUB
26void tvAdd(struct timeval &, struct timeval const &, struct timeval const &)
STUB
#define STUB
macro to stub a void function.
Time and Date handling tools.
time_t squid_curtime
the current UNIX time in seconds
time_t struct timeval struct timeval struct timeval struct timeval const struct timeval const &STUB void tvAdd(struct timeval &, struct timeval const &, struct timeval const &) STUB void tvAssignAdd(struct timeval &
double current_dtime
the current UNIX time in seconds (with microsecond precision)
time_t getCurrentTime() STUB_RETVAL(0) int tvSubUsec(struct timeval
double tvSubDsec(struct timeval t1, struct timeval t2)
void tvSub(struct timeval &res, struct timeval const &t1, struct timeval const &t2)
int tvSubUsec(struct timeval t1, struct timeval t2)
struct timeval current_time
the current UNIX time in timeval {seconds, microseconds} format
void tvAssignAdd(struct timeval &t, struct timeval const &add)
int tvSubMsec(struct timeval t1, struct timeval t2)