Prefix public header include guards with LTTNG_UST_
[lttng-ust.git] / include / lttng / tracepoint.h
index 5863e8457d44f0356e83eaf0cbd43d80eb96dd28..be18e94c7823211b55b94b36fdca70bc97b7774e 100644 (file)
@@ -4,8 +4,8 @@
  * Copyright (C) 2011-2012 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
  */
 
-#ifndef _LTTNG_TRACEPOINT_H
-#define _LTTNG_TRACEPOINT_H
+#ifndef _LTTNG_UST_TRACEPOINT_H
+#define _LTTNG_UST_TRACEPOINT_H
 
 #include <stdio.h>
 #include <stdlib.h>
@@ -592,7 +592,7 @@ lttng_ust__tracepoints__ptrs_destroy(void)
 }
 #endif
 
-#endif /* _LTTNG_TRACEPOINT_H */
+#endif /* _LTTNG_UST_TRACEPOINT_H */
 
 /* The following declarations must be outside re-inclusion protection. */
 
This page took 0.022713 seconds and 4 git commands to generate.