Move libustcomm to 'src/common/'
[lttng-ust.git] / src / common / ustcomm.h
index 81ce885dc460cb76b3eb6208627f3ece0009757d..dac9aaed96159318bded85cc540d4aab28079bd2 100644 (file)
@@ -11,8 +11,8 @@
  * These declarations should NOT be considered stable API.
  */
 
-#ifndef _UST_COMMON_USTCOMM_H
-#define _UST_COMMON_USTCOMM_H
+#ifndef _UST_COMMON_UST_COMM_H
+#define _UST_COMMON_UST_COMM_H
 
 #include <stdint.h>
 #include <limits.h>
@@ -324,4 +324,4 @@ int ustcomm_setsockopt_rcv_timeout(int sock, unsigned int msec)
 int ustcomm_setsockopt_snd_timeout(int sock, unsigned int msec)
        __attribute__((visibility("hidden")));
 
-#endif /* _UST_COMMON_USTCOMM_H */
+#endif /* _UST_COMMON_UST_COMM_H */
This page took 0.037307 seconds and 4 git commands to generate.