Remove gettid warning
[lttng-ust.git] / tests / fork / fork2.c
index 42e2facafb37c70b8ae161c78597d25fe843fd5b..49baba8a727e21bd19613b09eb58e5ff03e23da2 100644 (file)
 #include <stdio.h>
 #include <unistd.h>
 
+#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_forkafter_exec);
 
        return 0;
 }
This page took 0.041817 seconds and 4 git commands to generate.