fix lib
[lttv.git] / markers-userspace / testprog.c
index 5f25e83076ef7529e7da689c4476e2147d3d18d5..5c3010a88c849fe1abc763447d5270eaa13943b3 100644 (file)
@@ -2,6 +2,8 @@
 #include <unistd.h>
 #include "marker.h"
 
+extern void testfct(void);
+
 int main(int argc, char **argv)
 {
        void *ptr;
@@ -9,6 +11,7 @@ int main(int argc, char **argv)
 
        while (1) {
                trace_mark(test_marker, "ptr %p val %lu", ptr, val);
+               testfct();
                sleep(2);
        }
        return 0;
This page took 0.023239 seconds and 4 git commands to generate.