torture: Store writetimeupdatedelay in a double to allow easier comparison
authorAndrew Bartlett <abartlet@samba.org>
Fri, 20 Jun 2014 10:28:48 +0000 (22:28 +1200)
committerJeremy Allison <jra@samba.org>
Mon, 23 Jun 2014 21:30:14 +0000 (23:30 +0200)
commit24a73bb5264bda80a26761707a2cf6d9912c09ea
tree95f71e5136cace29d8a134969b91fdbe2327dbf4
parentdbe07a49c762cab23add4dd9afe1634dfcc9589f
torture: Store writetimeupdatedelay in a double to allow easier comparison

In particular, this avoids a comparison with
double diff = timeval_elapsed() being promoted to an integer.

Andrew Bartlett

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source4/torture/basic/delaywrite.c