Standardise spelling of debug info
[babeltrace.git] / include / babeltrace / ctf-ir / metadata.h
index 80033ff47f40adbe7b025fefc1df9c5774a0d288..07706bb1e005d62ff97a42265274817b0a63bbdb 100644 (file)
@@ -187,7 +187,7 @@ struct ctf_tracer_env {
        char tracer_name[TRACER_ENV_LEN];
 };
 
-#ifdef ENABLE_DEBUGINFO
+#ifdef ENABLE_DEBUG_INFO
 struct debug_info;
 #endif
 
@@ -230,7 +230,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.022772 seconds and 4 git commands to generate.