libosmocore UNKNOWN
Osmocom core library
|
Overriding Time: osmo_gettimeofday() More...
Functions | |
int | osmo_gettimeofday (struct timeval *tv, struct timezone *tz) |
shim around gettimeofday to be able to set the time manually. | |
void | osmo_gettimeofday_override_add (time_t secs, suseconds_t usecs) |
convenience function to advance the fake time. |
Variables | |
bool | osmo_gettimeofday_override = false |
struct timeval | osmo_gettimeofday_override_time = { 23, 424242 } |
Overriding Time: osmo_gettimeofday()