Fix: fixup ringbuffer tls at constructor by forcing read
[lttng-ust.git] / libringbuffer / tlsfixup.h
diff --git a/libringbuffer/tlsfixup.h b/libringbuffer/tlsfixup.h
new file mode 100644 (file)
index 0000000..84ba889
--- /dev/null
@@ -0,0 +1,14 @@
+#ifndef _LTTNG_UST_LIB_RINGBUFFER_TLS_FIXUP_H
+#define _LTTNG_UST_LIB_RINGBUFFER_TLS_FIXUP_H
+
+/*
+ * libringbuffer/tlsfixup.h
+ *
+ * Copyright 2011 (c) - Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+ *
+ * Dual LGPL v2.1/GPL v2 license.
+ */
+
+void lttng_fixup_ringbuffer_tls(void);
+
+#endif /* _LTTNG_UST_LIB_RINGBUFFER_TLS_FIXUP_H */
This page took 0.024215 seconds and 4 git commands to generate.