Normalize C/C++ include guards
[babeltrace.git] / src / plugins / ctf / lttng-live / lttng-viewer-abi.hpp
index 926ace11ee35cc6ee7178c71b255c5804a99de86..e4d480f6dfe539e7fb8b92eb0df279cfaa0c63aa 100644 (file)
@@ -6,8 +6,8 @@
  * Copyright (C) 2013 David Goulet <dgoulet@efficios.com>
  */
 
-#ifndef LTTNG_VIEWER_ABI_H
-#define LTTNG_VIEWER_ABI_H
+#ifndef BABELTRACE_PLUGINS_CTF_LTTNG_LIVE_LTTNG_VIEWER_ABI_HPP
+#define BABELTRACE_PLUGINS_CTF_LTTNG_LIVE_LTTNG_VIEWER_ABI_HPP
 
 #include <stdint.h>
 
@@ -359,4 +359,4 @@ struct lttng_viewer_detach_session_response
     uint32_t status;
 } __attribute__((__packed__));
 
-#endif /* LTTNG_VIEWER_ABI_H */
+#endif /* BABELTRACE_PLUGINS_CTF_LTTNG_LIVE_LTTNG_VIEWER_ABI_HPP */
This page took 0.039216 seconds and 4 git commands to generate.