X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=tests%2Fhello%2Fhello.c;h=561d92e464d7f00871a97f42265a190a4c0ee141;hb=b5b073e22d34bec71259d39b8946354f170f01a9;hp=c48b6df53359474c1410323bbf3f4a3631766093;hpb=fbca6b624335eef18c8d86194aeb101a720168f4;p=ust.git diff --git a/tests/hello/hello.c b/tests/hello/hello.c index c48b6df..561d92e 100644 --- a/tests/hello/hello.c +++ b/tests/hello/hello.c @@ -10,7 +10,7 @@ #include #include "usterr.h" #include "tp.h" - +#include "tracer.h" void inthandler(int sig) { @@ -70,6 +70,3 @@ int main() return 0; } - -MARKER_LIB; -TRACEPOINT_LIB;