summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/trace/tr_stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/trace/tr_stream.h')
-rw-r--r--src/gallium/drivers/trace/tr_stream.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/drivers/trace/tr_stream.h b/src/gallium/drivers/trace/tr_stream.h
index 53e854aa91..679c4a725d 100644
--- a/src/gallium/drivers/trace/tr_stream.h
+++ b/src/gallium/drivers/trace/tr_stream.h
@@ -49,6 +49,9 @@ boolean
trace_stream_write(struct trace_stream *stream, const void *data, size_t size);
void
+trace_stream_flush(struct trace_stream *stream);
+
+void
trace_stream_close(struct trace_stream *stream);