Standardise spelling of debug info
[babeltrace.git] / include / babeltrace / ctf-ir / metadata.h
index f40fb86cf3e352a391a46f0444df5516346978e3..4d291c75187d82f4fc9368646f1b40f033ca2390 100644 (file)
@@ -191,7 +191,7 @@ struct ctf_tracer_env {
        char tracer_name[TRACER_ENV_LEN];
 };
 
-#ifdef ENABLE_DEBUGINFO
+#ifdef ENABLE_DEBUG_INFO
 struct debug_info;
 #endif
 
@@ -234,7 +234,7 @@ struct ctf_trace {
        int dirfd;
        int flags;              /* open flags */
 
-#ifdef ENABLE_DEBUGINFO
+#ifdef ENABLE_DEBUG_INFO
        /* Debug information for this trace */
        struct debug_info *debug_info;
 #endif
This page took 0.02278 seconds and 4 git commands to generate.