X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fpipe.h;fp=src%2Fcommon%2Fpipe.h;h=d9f43d66e03265d71342aeace9e4d91b5dd8bebc;hp=b94d871e48426d57d9c88bc419bb659f46babebc;hb=b66cbf1731486ab4dc7e0b2e1c3fa05cc5360c19;hpb=729c1fec5976af17fded2f026725a08ef1924290 diff --git a/src/common/pipe.h b/src/common/pipe.h index b94d871e4..d9f43d66e 100644 --- a/src/common/pipe.h +++ b/src/common/pipe.h @@ -12,10 +12,6 @@ #include #include -#ifdef __cplusplus -extern "C" { -#endif - enum lttng_pipe_state { LTTNG_PIPE_STATE_OPENED = 1, LTTNG_PIPE_STATE_CLOSED = 2, @@ -85,8 +81,4 @@ int lttng_pipe_release_readfd(struct lttng_pipe *pipe); /* Returns and releases the write end of the pipe. */ int lttng_pipe_release_writefd(struct lttng_pipe *pipe); -#ifdef __cplusplus -} -#endif - #endif /* LTTNG_PIPE_H */