X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcommon%2Fkernel-ctl%2Fkernel-ctl.h;h=f512e69f3b2150026c8f30e355296604c571598c;hb=4878de5c7deb512bbdac4fdfc498907efa06fb7c;hp=c2fa6408bd53c4bfa623e2ad97f20ed66284f32f;hpb=7966af5763c4aaca39df9bbfa9277ff15715c720;p=lttng-tools.git diff --git a/src/common/kernel-ctl/kernel-ctl.h b/src/common/kernel-ctl/kernel-ctl.h index c2fa6408b..f512e69f3 100644 --- a/src/common/kernel-ctl/kernel-ctl.h +++ b/src/common/kernel-ctl/kernel-ctl.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Julien Desfossez + * Copyright (C) 2011 EfficiOS Inc. * Copyright (C) 2011 Mathieu Desnoyers * * SPDX-License-Identifier: GPL-2.0-only @@ -16,10 +16,6 @@ #include #include /* for struct lttng_filter_bytecode */ -#ifdef __cplusplus -extern "C" { -#endif - int kernctl_create_session(int fd); int kernctl_open_metadata(int fd, struct lttng_channel_attr *chops); int kernctl_create_channel(int fd, struct lttng_channel_attr *chops); @@ -129,8 +125,4 @@ int kernctl_get_current_timestamp(int fd, uint64_t *ts); int kernctl_get_sequence_number(int fd, uint64_t *seq); int kernctl_get_instance_id(int fd, uint64_t *seq); -#ifdef __cplusplus -} -#endif - #endif /* _LTTNG_KERNEL_CTL_H */