X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=include%2Flttng%2Fcondition%2Fbuffer-usage-internal.h;h=1e6d5a509c40b8c518dc90e634c0cc76322dd0bc;hb=4878de5c7deb512bbdac4fdfc498907efa06fb7c;hp=6ea19e065f7e3fec613e60f4ce7f38fd1ebfdedb;hpb=7966af5763c4aaca39df9bbfa9277ff15715c720;p=lttng-tools.git diff --git a/include/lttng/condition/buffer-usage-internal.h b/include/lttng/condition/buffer-usage-internal.h index 6ea19e065..1e6d5a509 100644 --- a/include/lttng/condition/buffer-usage-internal.h +++ b/include/lttng/condition/buffer-usage-internal.h @@ -15,10 +15,6 @@ #include "common/buffer-view.h" #include -#ifdef __cplusplus -extern "C" { -#endif - struct lttng_condition_buffer_usage { struct lttng_condition parent; struct { @@ -81,8 +77,4 @@ ssize_t lttng_evaluation_buffer_usage_high_create_from_payload( struct lttng_payload_view *view, struct lttng_evaluation **evaluation); -#ifdef __cplusplus -} -#endif - #endif /* LTTNG_CONDITION_BUFFER_USAGE_INTERNAL_H */