Mesa (master): gallium: use os_time.h

Brian Paul brianp at kemper.freedesktop.org
Wed Feb 10 23:44:16 UTC 2010


Module: Mesa
Branch: master
Commit: f6bcce030816fbf3c65d983fe6ff18a4d6cff935
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f6bcce030816fbf3c65d983fe6ff18a4d6cff935

Author: Brian Paul <brianp at vmware.com>
Date:   Wed Feb 10 16:43:50 2010 -0700

gallium: use os_time.h

---

 src/gallium/drivers/trace/tr_rbug.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/gallium/drivers/trace/tr_rbug.c b/src/gallium/drivers/trace/tr_rbug.c
index 691b83c..a43adac 100644
--- a/src/gallium/drivers/trace/tr_rbug.c
+++ b/src/gallium/drivers/trace/tr_rbug.c
@@ -32,7 +32,7 @@
 #include "util/u_memory.h"
 #include "util/u_simple_list.h"
 #include "util/u_network.h"
-#include "util/u_time.h"
+#include "os/os_time.h"
 
 #include "tgsi/tgsi_parse.h"
 
@@ -798,7 +798,7 @@ PIPE_THREAD_ROUTINE(trace_rbug_thread, void_tr_rbug)
    debug_printf("trace_rbug - remote debugging listening on port %u\n", --port);
 
    while(tr_rbug->running) {
-      util_time_sleep(1);
+      os_time_sleep(1);
 
       c = u_socket_accept(s);
       if (c < 0)




More information about the mesa-commit mailing list