update compat
[lttv.git] / markers-userspace / testprog.c
index 5c3010a88c849fe1abc763447d5270eaa13943b3..0dedac6aba65189345d324c51d3c6dfee1d63f29 100644 (file)
@@ -9,10 +9,11 @@ int main(int argc, char **argv)
        void *ptr;
        unsigned long val;
 
-       while (1) {
+       //while (1) {
                trace_mark(test_marker, "ptr %p val %lu", ptr, val);
                testfct();
                sleep(2);
-       }
+       //}
+       execl("/bin/ls", NULL);
        return 0;
 }
This page took 0.022862 seconds and 4 git commands to generate.