X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=probes%2Flttng-probe-signal.c;fp=probes%2Flttng-probe-signal.c;h=e11b13c978b9fd1451f7528589d4d812e0548bed;hb=156a3977f8fa114924d7bbd2bd04c94fd2ac0649;hp=305b51442c55937c31b116ba34f291164d49d291;hpb=34f5da011f49d6d767cb7cf9826ac394314248e2;p=lttng-modules.git diff --git a/probes/lttng-probe-signal.c b/probes/lttng-probe-signal.c index 305b5144..e11b13c9 100644 --- a/probes/lttng-probe-signal.c +++ b/probes/lttng-probe-signal.c @@ -21,7 +21,7 @@ */ #include -#include "../lttng-tracer.h" +#include /* * Create the tracepoint static inlines from the kernel to validate that our @@ -34,9 +34,9 @@ */ #define LTTNG_PACKAGE_BUILD #define CREATE_TRACE_POINTS -#define TRACE_INCLUDE_PATH ../instrumentation/events/lttng-module +#define TRACE_INCLUDE_PATH instrumentation/events/lttng-module -#include "../instrumentation/events/lttng-module/signal.h" +#include MODULE_LICENSE("GPL and additional rights"); MODULE_AUTHOR("Mathieu Desnoyers ");