Update licensing info
[lttng-modules.git] / probes / lttng-events-reset.h
index 1ac6f76c5d496377c3338c9bbc93baad670b2561..5a4089d9dab505d33f37f14a61ffca5408701cc2 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * lttng-events-reset.h
+ *
+ * Copyright (C) 2010-2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+ *
+ * Dual LGPL v2.1/GPL v2 license.
+ */
+
 /* Reset macros used within TRACE_EVENT to "nothing" */
 
 #undef __field
@@ -71,3 +79,6 @@
 
 #undef DEFINE_EVENT
 #define DEFINE_EVENT(_template, _name, _proto, _args)
+
+#undef TRACE_EVENT_FLAGS
+#define TRACE_EVENT_FLAGS(name, value)
This page took 0.023031 seconds and 4 git commands to generate.