From: compudj Date: Wed, 13 Feb 2008 15:56:17 +0000 (+0000) Subject: fix lib X-Git-Tag: v0.12.20~674 X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=0d0c9f7a37d7d8d0fe6d6cc4b96c9f120f69084d;p=lttv.git fix lib git-svn-id: http://ltt.polymtl.ca/svn@2815 04897980-b3bd-0310-b5e0-8ef037075253 --- diff --git a/markers-userspace/testlib.c b/markers-userspace/testlib.c new file mode 100644 index 00000000..c8f4a972 --- /dev/null +++ b/markers-userspace/testlib.c @@ -0,0 +1,9 @@ +#include +#include "marker.h" + +void testfct(void) +{ + void *ptr = (void *)0x2; + + trace_mark(test_lib_mark, "%p", ptr); +}