Test library load/unload events
[lttng-tools.git] / tests / regression / ust / ust-dl / libbar.h
diff --git a/tests/regression/ust/ust-dl/libbar.h b/tests/regression/ust/ust-dl/libbar.h
new file mode 100644 (file)
index 0000000..0f8b0bf
--- /dev/null
@@ -0,0 +1,6 @@
+#ifndef _LIBBAR_H
+#define _LIBBAR_H
+
+int bar(void);
+
+#endif  /* _LIBBAR_H */
This page took 0.024914 seconds and 5 git commands to generate.