X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=tests%2Fhello2%2Fhello2.c;h=bd3856cb810039036415cd0b45f82bc338e3feae;hb=c8b4275ed4a63a4bc374a9f3dc864725882c750e;hp=5e7383e5fa5dbbd9789e4c1400c70f752f6608c8;hpb=5f0046615cbb4f36d0c70199b40df7537e438198;p=ust.git diff --git a/tests/hello2/hello2.c b/tests/hello2/hello2.c index 5e7383e..bd3856c 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;