Export consumer ABI, implement ring buffer modifications for consumer
[lttng-ust.git] / tests / hello / hello.c
index b265b348f2d0fa8615b194893b15065ecfdc6165..03d07b675e8e99107ec12c78bd6a5de1f4ef9815 100644 (file)
@@ -28,7 +28,6 @@
 #include <string.h>
 
 #include "ust_tests_hello.h"
-TRACEPOINT_LIB
 
 void inthandler(int sig)
 {
@@ -75,7 +74,7 @@ int main(int argc, char **argv)
 
        printf("Hello, World!\n");
 
-       sleep(1);
+       sleep(10);
 
        //for (i = 0; i < 50; i++) {
        for (i = 0; i < 1000000; i++) {
This page took 0.023448 seconds and 4 git commands to generate.