X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=tests%2Ffork%2Ffork2.c;h=49baba8a727e21bd19613b09eb58e5ff03e23da2;hb=476037d9a24fdd5e339e3565743aadb9cb8a0a96;hp=42e2facafb37c70b8ae161c78597d25fe843fd5b;hpb=e822f505be95ac8c30c7b535a7b48c05ed0c1293;p=lttng-ust.git diff --git a/tests/fork/fork2.c b/tests/fork/fork2.c index 42e2faca..49baba8a 100644 --- a/tests/fork/fork2.c +++ b/tests/fork/fork2.c @@ -18,15 +18,15 @@ #include #include +#define TRACEPOINT_DEFINE #define TRACEPOINT_CREATE_PROBES #include "ust_tests_fork.h" -TRACEPOINT_LIB int main() { printf("IN FORK2\n"); - tracepoint(ust_tests_fork_after_exec); + tracepoint(ust_tests_fork, after_exec); return 0; }