X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fust-consumer%2Fust-consumer.h;fp=src%2Fcommon%2Fust-consumer%2Fust-consumer.h;h=e2507a7f441da932809adb3220e22bb803e9ec32;hp=29ae853daa54d90fb8f2a008f0a84aeda94aeb64;hb=b66cbf1731486ab4dc7e0b2e1c3fa05cc5360c19;hpb=729c1fec5976af17fded2f026725a08ef1924290 diff --git a/src/common/ust-consumer/ust-consumer.h b/src/common/ust-consumer/ust-consumer.h index 29ae853da..e2507a7f4 100644 --- a/src/common/ust-consumer/ust-consumer.h +++ b/src/common/ust-consumer/ust-consumer.h @@ -13,10 +13,6 @@ #include #include -#ifdef __cplusplus -extern "C" { -#endif - #ifdef HAVE_LIBLTTNG_UST_CTL int lttng_ustconsumer_take_snapshot(struct lttng_consumer_stream *stream); @@ -244,8 +240,4 @@ void lttng_ustconsumer_sigbus_handle(void *addr) } #endif /* HAVE_LIBLTTNG_UST_CTL */ -#ifdef __cplusplus -} -#endif - #endif /* _LTTNG_USTCONSUMER_H */