X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=probes%2Flttng-probe-skb.c;h=71e890d60276820fd8d6114f0dd031469500b3a5;hb=7c68b363332170e4db100327ecc9e09b8a79cf29;hp=52edf881703b3db6b0b24580230b68e40c9d0bce;hpb=83788d81815146024200cba5aa46c705a05d6b99;p=lttng-modules.git diff --git a/probes/lttng-probe-skb.c b/probes/lttng-probe-skb.c index 52edf881..71e890d6 100644 --- a/probes/lttng-probe-skb.c +++ b/probes/lttng-probe-skb.c @@ -29,6 +29,8 @@ */ #include +#include "../wrapper/tracepoint.h" + /* * Create LTTng tracepoint probes. */ @@ -39,5 +41,5 @@ #include "../instrumentation/events/lttng-module/skb.h" MODULE_LICENSE("GPL and additional rights"); -MODULE_AUTHOR("Wade Farnsworth "); +MODULE_AUTHOR("Wade Farnsworth and Andrew Gabbasov "); MODULE_DESCRIPTION("LTTng skb probes");