diff options
author | Jakob Bornecrantz <[email protected]> | 2009-04-20 16:05:01 +0200 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2009-04-20 16:07:44 +0200 |
commit | 8ae52413c7883fa4e9bee303f7d28d6dd6953101 (patch) | |
tree | 3a23f2c4a0c250ea8aa4c15450c2bcf885029463 /src/gallium/drivers/trace/tr_dump.h | |
parent | 6900046aad77b3b01feb30af9e50375224747b7d (diff) |
trace: Add initializer for static variables
Diffstat (limited to 'src/gallium/drivers/trace/tr_dump.h')
-rw-r--r-- | src/gallium/drivers/trace/tr_dump.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gallium/drivers/trace/tr_dump.h b/src/gallium/drivers/trace/tr_dump.h index 8b72b5c9fc0..31ac70802f0 100644 --- a/src/gallium/drivers/trace/tr_dump.h +++ b/src/gallium/drivers/trace/tr_dump.h @@ -43,6 +43,11 @@ struct pipe_surface; struct pipe_transfer; /* + * Call before use. + */ +void trace_dump_init(void); + +/* * Low level dumping controls. * * Opening the trace file and checking if that is opened. |