Remove extern "C" from internal headers
[lttng-tools.git] / src / common / sessiond-comm / inet.h
index 2db8c0890da184a0f429d13710977e507aede0e8..fd7cffedef1c11edb6d615e05b30f855365800cf 100644 (file)
@@ -30,7 +30,7 @@
  * Maximum timeout value in seconds of a TCP connection for both send/recv and
  * connect operations.
  */
-extern unsigned long lttcomm_inet_tcp_timeout;
+LTTNG_EXPORT extern unsigned long lttcomm_inet_tcp_timeout;
 
 /* Stub */
 struct lttcomm_sock;
This page took 0.023375 seconds and 4 git commands to generate.