signals ok
[lttv.git] / usertrace / lttng_usertrace.h
index b4aa8f3b6ed74a38a5c9110a6f2e1703ef24ac48..944e8a0f51e1e548544145c74eb53599395aba19 100644 (file)
@@ -26,6 +26,9 @@
 
 void __lttng_sig_trace_handler(int signo);
 
+/* Call this at the beginning of a new thread, except for the main() */
+void lttng_thread_init(void);
+
 static inline _syscall1(int, ltt_switch, unsigned long, addr)
 static inline _syscall3(int, ltt_update, unsigned long, addr, int *, active, int *, filter)
 
This page took 0.022921 seconds and 4 git commands to generate.