trace: [tcg] Include event definitions in "trace.h"
authorLluís Vilanova <vilanova@ac.upc.edu>
Fri, 30 May 2014 12:12:19 +0000 (14:12 +0200)
committerStefan Hajnoczi <stefanha@redhat.com>
Tue, 12 Aug 2014 13:26:12 +0000 (14:26 +0100)
Otherwise the user has to explicitly include an auto-generated header.

Signed-off-by: Lluís Vilanova <vilanova@ac.upc.edu>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
include/trace.h

index c15f498..44a1f1f 100644 (file)
@@ -2,5 +2,6 @@
 #define TRACE_H
 
 #include "trace/generated-tracers.h"
+#include "trace/generated-events.h"
 
 #endif  /* TRACE_H */