X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Fmi-lttng.h;h=fa82834dcdc0021a91b002724230928e67e867bd;hb=999af9c1150784f8676c6fce0764772d2314854a;hp=74ae502f5be023941a939f7a3a0fe8571f72246a;hpb=4bd69c5f1161cd065f487da0f4c1aa03a73c47e4;p=lttng-tools.git diff --git a/src/common/mi-lttng.h b/src/common/mi-lttng.h index 74ae502f5..fa82834dc 100644 --- a/src/common/mi-lttng.h +++ b/src/common/mi-lttng.h @@ -1,9 +1,8 @@ /* - * Copyright (C) 2014 Jonathan Rajotte - * Copyright (C) 2014 Olivier Cotte + * Copyright (C) 2014 EfficiOS Inc. * Copyright (C) 2016 Jérémie Galarneau * - * SPDX-License-Identifier: GPL-2.0-only + * SPDX-License-Identifier: LGPL-2.1-only * */ @@ -17,10 +16,6 @@ #include #include -#if defined(__cplusplus) -extern "C" { -#endif - /* Don't want to reference snapshot-internal.h here */ struct lttng_snapshot_output; @@ -1121,8 +1116,4 @@ int mi_lttng_rotate(struct mi_writer *writer, enum lttng_rotation_state rotation_state, const struct lttng_trace_archive_location *location); -#if defined(__cplusplus) -} -#endif - #endif /* _MI_LTTNG_H */