X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=include%2Flttng%2Fkernel-probe-internal.h;h=2d2ab86844472a836aa474adaa3650857be9d2c7;hb=5c5e3d718d8248d5e075f64c34667c4c4617ae63;hp=e0b94749ef777fb297e09492061d29d59fc72e69;hpb=740da7d5000ca1ffdcf14bda5096bf7ccfb86bdd;p=lttng-tools.git diff --git a/include/lttng/kernel-probe-internal.h b/include/lttng/kernel-probe-internal.h index e0b94749e..2d2ab8684 100644 --- a/include/lttng/kernel-probe-internal.h +++ b/include/lttng/kernel-probe-internal.h @@ -10,16 +10,13 @@ #include #include +#include #include #include #include #include #include -#ifdef __cplusplus -extern "C" { -#endif - struct lttng_payload; struct lttng_payload_view; struct lttng_dynamic_buffer; @@ -111,8 +108,4 @@ enum lttng_error_code lttng_kernel_probe_location_mi_serialize( const struct lttng_kernel_probe_location *location, struct mi_writer *writer); -#ifdef __cplusplus -} -#endif - #endif /* LTTNG_KERNEL_PROBE_INTERNAL_H */