Move declarations to global header
[lttng-modules.git] / probes / lttng-events.h
index a47320b12487d399e88e0fbc0fed76c1db204d71..3a5a3b9cd61c5aeba731e7232b19d398ad5c0584 100644 (file)
@@ -1,23 +1,11 @@
-#include <lttng.h>
-#include <lttng-types.h>
 #include <linux/debugfs.h>
+#include "lttng.h"
+#include "lttng-types.h"
 #include "../wrapper/vmalloc.h"        /* for wrapper_vmalloc_sync_all() */
 #include "../wrapper/ringbuffer/frontend_types.h"
 #include "../ltt-events.h"
 #include "../ltt-tracer-core.h"
 
-struct lttng_event_field {
-       const char *name;
-       const struct lttng_type type;
-};
-
-struct lttng_event_desc {
-       const struct lttng_event_field *fields;
-       const char *name;
-       void *probe_callback;
-       unsigned int nr_fields;
-};
-
 /*
  * Macro declarations used for all stages.
  */
This page took 0.023249 seconds and 4 git commands to generate.