X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=probes%2Flttng-probe-sock.c;h=6cd7d05705ca63ed7d012ffac0dbc6439a03d6c8;hb=156a3977f8fa114924d7bbd2bd04c94fd2ac0649;hp=96dbcb43e49a9bd5e41e6e4df179c91021f4d78e;hpb=34f5da011f49d6d767cb7cf9826ac394314248e2;p=lttng-modules.git diff --git a/probes/lttng-probe-sock.c b/probes/lttng-probe-sock.c index 96dbcb43..6cd7d057 100644 --- a/probes/lttng-probe-sock.c +++ b/probes/lttng-probe-sock.c @@ -22,7 +22,7 @@ */ #include -#include "../lttng-tracer.h" +#include /* * Create the tracepoint static inlines from the kernel to validate that our @@ -35,9 +35,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/sock.h" +#include MODULE_LICENSE("GPL and additional rights"); MODULE_AUTHOR("Wade Farnsworth ");