summaryrefslogtreecommitdiff
path: root/trace/stderr.h
diff options
context:
space:
mode:
Diffstat (limited to 'trace/stderr.h')
-rw-r--r--trace/stderr.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/trace/stderr.h b/trace/stderr.h
new file mode 100644
index 0000000000..d575b613e3
--- /dev/null
+++ b/trace/stderr.h
@@ -0,0 +1,11 @@
+#ifndef TRACE_STDERR_H
+#define TRACE_STDERR_H
+
+typedef uint64_t TraceEventID;
+
+typedef struct {
+ const char *tp_name;
+ bool state;
+} TraceEvent;
+
+#endif /* ! TRACE_STDERR_H */