From: Pierre-Marc Fournier Date: Thu, 30 Jul 2009 19:33:52 +0000 (-0400) Subject: hello2: updates X-Git-Tag: v0.1~165 X-Git-Url: https://git.liburcu.org/?a=commitdiff_plain;h=c8b4275ed4a63a4bc374a9f3dc864725882c750e;p=ust.git hello2: updates --- 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;