diff options
author | Lluís Vilanova <vilanova@ac.upc.edu> | 2013-03-05 14:48:00 +0100 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@redhat.com> | 2013-03-28 14:19:57 +0100 |
commit | c6f18b9195b4251f32b6ac8e149b449354c1c93b (patch) | |
tree | 110caec6d19d8a9d51e3e416b22c16f2a8ea2eb7 /trace/stderr.h | |
parent | 60481e210d1f5f9e97d4d5db82b9afb8d3df7acf (diff) |
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.h | 11 |
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 */ |