fix: namespacing of 'tp_rcu_read_lock'
[lttng-ust.git] / tests / compile / hello.cxx / hello.cpp
index bd40323ef37647140c29bf492932de321c260fd2..e031279bec0ae3ac2f52364c1f28b9ce3a64938c 100644 (file)
 #include <arpa/inet.h>
 #include <stdlib.h>
 
-#define TRACEPOINT_DEFINE
+#define LTTNG_UST_TRACEPOINT_DEFINE
 #include "ust_tests_hello.h"
 
 static
-void inthandler(int sig)
+void inthandler(int sig __attribute__((unused)))
 {
        printf("in SIGUSR1 handler\n");
        tracepoint(ust_tests_hello, tptest_sighandler);
This page took 0.023343 seconds and 4 git commands to generate.