Common Trace Format 2 generation
[lttng-tools.git] / src / bin / lttng-sessiond / ht-cleanup.hpp
diff --git a/src/bin/lttng-sessiond/ht-cleanup.hpp b/src/bin/lttng-sessiond/ht-cleanup.hpp
new file mode 100644 (file)
index 0000000..145ad23
--- /dev/null
@@ -0,0 +1,16 @@
+/*
+ * Copyright (C) 2016 Jérémie Galarneau <jeremie.galarneau@efficios.com>
+ *
+ * SPDX-License-Identifier: GPL-2.0-only
+ *
+ */
+
+#ifndef _LTTNG_HT_CLEANUP_H
+#define _LTTNG_HT_CLEANUP_H
+
+#include <pthread.h>
+#include "thread.hpp"
+
+struct lttng_thread *launch_ht_cleanup_thread(void);
+
+#endif /* _LTTNG_HT_CLEANUP_H */
This page took 0.025514 seconds and 5 git commands to generate.