X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fconsumer%2Fmetadata-bucket.h;fp=src%2Fcommon%2Fconsumer%2Fmetadata-bucket.h;h=993d3f483f387fdf82e59133d6a89d37aeaf1c9c;hp=8868811efb2ed721793e3fa6472e01216b45b0eb;hb=b66cbf1731486ab4dc7e0b2e1c3fa05cc5360c19;hpb=729c1fec5976af17fded2f026725a08ef1924290 diff --git a/src/common/consumer/metadata-bucket.h b/src/common/consumer/metadata-bucket.h index 8868811ef..993d3f483 100644 --- a/src/common/consumer/metadata-bucket.h +++ b/src/common/consumer/metadata-bucket.h @@ -10,10 +10,6 @@ #include -#ifdef __cplusplus -extern "C" { -#endif - struct metadata_bucket; typedef ssize_t (*metadata_bucket_flush_cb)( @@ -34,8 +30,4 @@ enum metadata_bucket_status metadata_bucket_fill(struct metadata_bucket *bucket, void metadata_bucket_reset(struct metadata_bucket *bucket); -#ifdef __cplusplus -} -#endif - #endif /* METADATA_BUCKET_H */