projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bcace31
)
gallium: use os_time.h
author
Brian Paul
<brianp@vmware.com>
Wed, 10 Feb 2010 23:43:50 +0000
(16:43 -0700)
committer
Brian Paul
<brianp@vmware.com>
Wed, 10 Feb 2010 23:43:50 +0000
(16:43 -0700)
src/gallium/drivers/trace/tr_rbug.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/trace/tr_rbug.c
b/src/gallium/drivers/trace/tr_rbug.c
index 691b83c63fb4ad4e14789559565d123e859c6c72..a43adac694089f4851819798b303b8e27c554d3f 100644
(file)
--- 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)