X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=tests%2Fhello%2Fhello.c;h=5db487b05a1503040865102e34565b8427f0a932;hb=31d392f1a565abd0751302d8c52b9f9e695e051e;hp=c48b6df53359474c1410323bbf3f4a3631766093;hpb=aa08b4413291fabcbd1b1144377d37034ad361de;p=ust.git diff --git a/tests/hello/hello.c b/tests/hello/hello.c index c48b6df..5db487b 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) { @@ -63,13 +63,10 @@ int main() scanf("%*s"); ltt_trace_stop("auto"); - ltt_trace_destroy("auto"); + ltt_trace_destroy("auto", 0); DBG("TRACE STOPPED"); scanf("%*s"); return 0; } - -MARKER_LIB; -TRACEPOINT_LIB;