summaryrefslogtreecommitdiff
path: root/trace/stderr.h
diff options
context:
space:
mode:
authorLluís Vilanova <vilanova@ac.upc.edu>2013-03-05 14:48:00 +0100
committerStefan Hajnoczi <stefanha@redhat.com>2013-03-28 14:19:57 +0100
commitc6f18b9195b4251f32b6ac8e149b449354c1c93b (patch)
tree110caec6d19d8a9d51e3e416b22c16f2a8ea2eb7 /trace/stderr.h
parent60481e210d1f5f9e97d4d5db82b9afb8d3df7acf (diff)
downloadqemu-c6f18b9195b4251f32b6ac8e149b449354c1c93b.tar.gz
trace: [stderr] Port to generic event information and new control interface
Signed-off-by: Lluís Vilanova <vilanova@ac.upc.edu> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'trace/stderr.h')
-rw-r--r--trace/stderr.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/trace/stderr.h b/trace/stderr.h
deleted file mode 100644
index d575b613e3..0000000000
--- a/trace/stderr.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#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 */