X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Fsessiond-comm%2Finet.h;h=fd7cffedef1c11edb6d615e05b30f855365800cf;hb=8ddd72efb54e568ddead0aa3fbc05a3ced24da7d;hp=9aec36cf13c4e1b7650147b71ac22f921028e3e0;hpb=4bd69c5f1161cd065f487da0f4c1aa03a73c47e4;p=lttng-tools.git diff --git a/src/common/sessiond-comm/inet.h b/src/common/sessiond-comm/inet.h index 9aec36cf1..fd7cffede 100644 --- a/src/common/sessiond-comm/inet.h +++ b/src/common/sessiond-comm/inet.h @@ -12,10 +12,6 @@ #include "sessiond-comm.h" -#ifdef __cplusplus -extern "C" { -#endif - /* See man tcp(7) for more detail about this value. */ #define LTTCOMM_INET_PROC_SYN_RETRIES_PATH "/proc/sys/net/ipv4/tcp_syn_retries" #define LTTCOMM_INET_PROC_FIN_TIMEOUT_PATH "/proc/sys/net/ipv4/tcp_fin_timeout" @@ -57,8 +53,4 @@ extern ssize_t lttcomm_sendmsg_inet_sock(struct lttcomm_sock *sock, /* Initialize inet communication layer. */ extern void lttcomm_inet_init(void); -#ifdef __cplusplus -} -#endif - #endif /* _LTTCOMM_INET_H */