From 270279ac997e2a7b4e57c122b8ae217195271f72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Fonseca?= Date: Sun, 14 Feb 2010 23:53:42 +0000 Subject: 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. --- src/gallium/auxiliary/os/os_stream.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/gallium/auxiliary/os/os_stream.h') 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); -- cgit v1.2.3