X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=tests%2Fhello2%2Fhello2.c;h=bd3856cb810039036415cd0b45f82bc338e3feae;hb=ff1fedb9f2e8fcf9f99d57c2adaeac00308404fd;hp=5e7383e5fa5dbbd9789e4c1400c70f752f6608c8;hpb=09dcbc3d4aac11ca707228eef9ad56295eeca0f8;p=lttng-ust.git diff --git a/tests/hello2/hello2.c b/tests/hello2/hello2.c index 5e7383e5..bd3856cb 100644 --- a/tests/hello2/hello2.c +++ b/tests/hello2/hello2.c @@ -7,7 +7,6 @@ int main() { int i; struct timespec tv; - struct timespec rem; int result; tv.tv_sec = 1; @@ -24,6 +23,9 @@ int main() trace_mark(ust, bar2, "number1 %d number2 %d", (int)53, (int)9800); } +// ltt_trace_stop("auto"); +// ltt_trace_destroy("auto"); + return 0; } MARKER_LIB;