X-Git-Url: https://git.lttng.org/?p=lttng-ust.git;a=blobdiff_plain;f=include%2Flttng%2Fust-ctl.h;h=360bb09ab5d02dac0901963a11f208c1db4200df;hp=6e99bff5ff9e5c3dcbe255b62098eb33815c4e06;hb=81b2d23800224648edd5850dd43b78d00b668a5e;hpb=1f8a8ec9581af89d98aec47de9ad9e25087cd54a diff --git a/include/lttng/ust-ctl.h b/include/lttng/ust-ctl.h index 6e99bff5..360bb09a 100644 --- a/include/lttng/ust-ctl.h +++ b/include/lttng/ust-ctl.h @@ -18,6 +18,10 @@ #include #include +#ifdef __cplusplus +extern "C" { +#endif + #ifndef LTTNG_UST_UUID_LEN #define LTTNG_UST_UUID_LEN 16 #endif @@ -656,4 +660,8 @@ 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_H */