X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fust-ctl-internal.h;h=610aa7f363ba208efdfe0c7321d105a9722c0097;hp=d85af28684d6dc034cc93d11cf362a0a0aa9cbcc;hb=eb2827a4f0ccc637bf1d42edebf2607dbea80428;hpb=7966af5763c4aaca39df9bbfa9277ff15715c720 diff --git a/src/bin/lttng-sessiond/ust-ctl-internal.h b/src/bin/lttng-sessiond/ust-ctl-internal.h index d85af2868..610aa7f36 100644 --- a/src/bin/lttng-sessiond/ust-ctl-internal.h +++ b/src/bin/lttng-sessiond/ust-ctl-internal.h @@ -14,10 +14,6 @@ #include "lttng-ust-abi.h" -#ifdef __cplusplus -extern "C" { -#endif - #ifndef LTTNG_UST_UUID_LEN #define LTTNG_UST_UUID_LEN 16 #endif @@ -659,8 +655,4 @@ int lttng_ust_ctl_counter_clear(struct lttng_ust_ctl_daemon_counter *counter, void lttng_ust_ctl_sigbus_handle(void *addr); -#ifdef __cplusplus -} -#endif - #endif /* LTTNG_UST_CTL_INTERNAL_H */