X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf-ir%2Fmetadata.h;fp=include%2Fbabeltrace%2Fctf-ir%2Fmetadata.h;h=4d291c75187d82f4fc9368646f1b40f033ca2390;hp=f40fb86cf3e352a391a46f0444df5516346978e3;hb=2748fb3b919e397e5a17ac7b33d3b2027c00ba1f;hpb=5c47fba0fde7ee49e1a0e3f465646643a31afafa diff --git a/include/babeltrace/ctf-ir/metadata.h b/include/babeltrace/ctf-ir/metadata.h index f40fb86c..4d291c75 100644 --- a/include/babeltrace/ctf-ir/metadata.h +++ b/include/babeltrace/ctf-ir/metadata.h @@ -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