diff options
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 049db4e800b5..beac3ce839d2 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; | 
