diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2014-05-14 18:43:20 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2014-05-14 18:43:20 +0000 |
commit | f61d78fb42d2662643e7f0dbdcb97adbc2589dbc (patch) | |
tree | 9b915379eafaa12682f45d6cb1f41e94fcb12a36 /testcode/replay.h | |
parent | 697291b66c481c617cf9875497e2189bc4a4b096 (diff) |
Diffstat (limited to 'testcode/replay.h')
-rw-r--r-- | testcode/replay.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testcode/replay.h b/testcode/replay.h index 049db4e800b55..beac3ce839d2a 100644 --- a/testcode/replay.h +++ b/testcode/replay.h @@ -293,7 +293,7 @@ struct replay_runtime { struct infra_cache* infra; /** the current time in seconds */ - uint32_t now_secs; + time_t now_secs; /** the current time in microseconds */ struct timeval now_tv; |