Revert "sessiond: trigger: run trigger actions through an action executor"
[lttng-tools.git] / src / bin / lttng-sessiond / health-sessiond.h
index b9c3161fe3a001dba8ef16efbd0d424ce7f5172b..7c9dbd0b3218d6c0f3cbc7c9f24d9060ed106390 100644 (file)
@@ -2,23 +2,14 @@
 #define HEALTH_SESSIOND_H
 
 /*
- * Copyright (C) 2012 David Goulet <dgoulet@efficios.com>
+ * Copyright (C) 2012 David Goulet <dgoulet@efficios.com>
  *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License, version 2 only, as
- * published by the Free Software Foundation.
+ * SPDX-License-Identifier: GPL-2.0-only
  *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along with
- * this program; if not, write to the Free Software Foundation, Inc., 51
- * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
 #include <lttng/health-internal.h>
+#include <stdbool.h>
 
 enum health_type_sessiond {
        HEALTH_SESSIOND_TYPE_CMD                = 0,
@@ -39,4 +30,6 @@ enum health_type_sessiond {
 /* Application health monitoring */
 extern struct health_app *health_sessiond;
 
+bool launch_health_management_thread(void);
+
 #endif /* HEALTH_SESSIOND_H */
This page took 0.026137 seconds and 5 git commands to generate.