Remove extern "C" from internal headers
[lttng-tools.git] / src / common / consumer / consumer.h
index 582385c82bef2454361f39b6dca0d70b294157d7..7f8d14704d23ec6a8ad967ecc951f09d6d017ced 100644 (file)
 #include <common/buffer-view.h>
 #include <common/dynamic-array.h>
 
-#ifdef __cplusplus
-extern "C" {
-#endif
-
 struct lttng_consumer_local_data;
 
 /* Commands for consumer */
@@ -1069,8 +1065,4 @@ enum lttcomm_return_code lttng_consumer_open_channel_packets(
 int consumer_metadata_wakeup_pipe(const struct lttng_consumer_channel *channel);
 void lttng_consumer_sigbus_handle(void *addr);
 
-#ifdef __cplusplus
-}
-#endif
-
 #endif /* LIB_CONSUMER_H */
This page took 0.02341 seconds and 4 git commands to generate.