X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fpayload.h;fp=src%2Fcommon%2Fpayload.h;h=d6c0cc19ea8a214bdc58db403adad58155da3186;hp=e9bd8be9d5d2a48ad0a44c8db58edad3e3e4cffb;hb=b66cbf1731486ab4dc7e0b2e1c3fa05cc5360c19;hpb=729c1fec5976af17fded2f026725a08ef1924290 diff --git a/src/common/payload.h b/src/common/payload.h index e9bd8be9d..d6c0cc19e 100644 --- a/src/common/payload.h +++ b/src/common/payload.h @@ -12,10 +12,6 @@ #include #include -#ifdef __cplusplus -extern "C" { -#endif - /* * An lttng_payload encompasses the 'data' (bytes) and any passed file * descriptors as part of a message between liblttng-ctl and the session @@ -61,8 +57,4 @@ void lttng_payload_clear(struct lttng_payload *payload); int lttng_payload_push_fd_handle(struct lttng_payload *payload, struct fd_handle *fd_handle); -#ifdef __cplusplus -} -#endif - #endif /* LTTNG_PAYLOAD_H */