X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=include%2Flttng%2Fkernel-probe-internal.h;h=87d0ab9aad0cd70be0bb8b2b756367cbd5a48284;hb=488dbb6062973d4990a33284e4717d89a893339d;hp=06c3d7c7e77e097c2cc7b23b36f733a969252297;hpb=ca806b0b247f89c62ac628a7779ae84049a8c2d7;p=lttng-tools.git diff --git a/include/lttng/kernel-probe-internal.h b/include/lttng/kernel-probe-internal.h index 06c3d7c7e..87d0ab9aa 100644 --- a/include/lttng/kernel-probe-internal.h +++ b/include/lttng/kernel-probe-internal.h @@ -10,11 +10,17 @@ #include #include +#include #include +#include #include #include #include +#ifdef __cplusplus +extern "C" { +#endif + struct lttng_payload; struct lttng_payload_view; struct lttng_dynamic_buffer; @@ -106,4 +112,8 @@ 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 */