X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng%2Fhealth.h;h=f849b7b6d814c82a192d20b87cb8e1335e180327;hp=996092869465f0a8ea17bfd0396d785d0274b1f5;hb=0c51e8f329cdd907761e34c3e4394200a56c6812;hpb=6c71277b0dc97ce8a4ac6b8d359b4b349c04b658 diff --git a/include/lttng/health.h b/include/lttng/health.h index 996092869..f849b7b6d 100644 --- a/include/lttng/health.h +++ b/include/lttng/health.h @@ -2,23 +2,17 @@ #define LTTNG_HEALTH_H /* - * Copyright (C) 2012 - David Goulet - * Copyright (C) 2013 - Mathieu Desnoyers + * Copyright (C) 2012 David Goulet + * Copyright (C) 2013 Mathieu Desnoyers * - * This library is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License, version 2.1 only, - * as published by the Free Software Foundation. + * SPDX-License-Identifier: LGPL-2.1-only * - * This library 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 Lesser General Public License - * for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this library; if not, write to the Free Software Foundation, - * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +#ifdef __cplusplus +extern "C" { +#endif + struct lttng_health; struct lttng_health_thread; @@ -124,4 +118,8 @@ int lttng_health_thread_state(const struct lttng_health_thread *thread); */ const char *lttng_health_thread_name(const struct lttng_health_thread *thread); +#ifdef __cplusplus +} +#endif + #endif /* LTTNG_HEALTH_H */