Revert to working code for now
[lttng-modules.git] / probes / lttng-probe-syscalls.c
index 3889b5071175eac85111da2b2d40e243642a1fb5..2c174782555569a5a62f7add3b9f35d3b10db757 100644 (file)
  */
 #define LTTNG_PACKAGE_BUILD
 #define CREATE_TRACE_POINTS
-#define TRACE_INCLUDE_PATH ../instrumentation/events/lttng-module
+#define TRACE_INCLUDE_PATH ../instrumentation/syscalls/headers
 
-#include "../instrumentation/events/lttng-module/syscalls.h"
+//test #include "../instrumentation/syscalls/headers/syscalls.h"
+#include "../instrumentation/events/lttng-module/syscalsl.h"
 
 MODULE_LICENSE("GPL and additional rights");
 MODULE_AUTHOR("Mathieu Desnoyers <mathieu.desnoyers@efficios.com>");
This page took 0.023937 seconds and 4 git commands to generate.