summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/os/os_stream.h
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2010-02-14 23:53:42 +0000
committerJosé Fonseca <jfonseca@vmware.com>2010-02-14 23:53:42 +0000
commit270279ac997e2a7b4e57c122b8ae217195271f72 (patch)
tree758bcf9bb6bf0dd4f223577ec0c2b5f615b1a414 /src/gallium/auxiliary/os/os_stream.h
parentd422310498f10bcf59c69faf04d8d4588303efc0 (diff)
os: A stream for debug logging.
Just a wrapper around os_log_message. Although it would probably make more sense to be the other way around. Also some comment fixes.
Diffstat (limited to 'src/gallium/auxiliary/os/os_stream.h')
-rw-r--r--src/gallium/auxiliary/os/os_stream.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/os/os_stream.h b/src/gallium/auxiliary/os/os_stream.h
index 3423b84d69..693a0621e2 100644
--- a/src/gallium/auxiliary/os/os_stream.h
+++ b/src/gallium/auxiliary/os/os_stream.h
@@ -99,6 +99,10 @@ struct os_stream *
os_null_stream_create(void);
+extern struct os_stream *
+os_log_stream;
+
+
struct os_stream *
os_str_stream_create(size_t initial_size);