* [Qemu-devel] [5571] Use qemu_gettimeofday.
@ 2008-10-29 14:37 Paul Brook
0 siblings, 0 replies; only message in thread
From: Paul Brook @ 2008-10-29 14:37 UTC (permalink / raw)
To: qemu-devel
Revision: 5571
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5571
Author: pbrook
Date: 2008-10-29 14:37:18 +0000 (Wed, 29 Oct 2008)
Log Message:
-----------
Use qemu_gettimeofday.
Modified Paths:
--------------
trunk/qemu-tool.c
Modified: trunk/qemu-tool.c
===================================================================
--- trunk/qemu-tool.c 2008-10-29 14:16:31 UTC (rev 5570)
+++ trunk/qemu-tool.c 2008-10-29 14:37:18 UTC (rev 5571)
@@ -82,6 +82,6 @@
int64_t qemu_get_clock(QEMUClock *clock)
{
struct timeval tv;
- gettimeofday(&tv, NULL);
+ qemu_gettimeofday(&tv);
return (tv.tv_sec * 1000000000LL + (tv.tv_usec * 1000)) / 1000000;
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-10-29 14:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-29 14:37 [Qemu-devel] [5571] Use qemu_gettimeofday Paul Brook
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).