ltt-ascii init fix, renaming CONFIG_LTT_* options to LTT_*
[lttng-modules.git] / ltt-type-serializer.c
index cb92aeedfa47960638e6b19777ace65bb1b87708..7d06490c6ccf5c886131abf9d1d44b14ba4f2324 100644 (file)
@@ -58,7 +58,7 @@ void _ltt_specialized_trace(const struct marker *mdata, void *probe_data,
                        continue;
                if (unlikely(!ltt_run_filter(trace, eID)))
                        continue;
-#ifdef CONFIG_LTT_DEBUG_EVENT_SIZE
+#ifdef LTT_DEBUG_EVENT_SIZE
                rflags = LTT_RFLAG_ID_SIZE;
 #else
                if (unlikely(eID >= LTT_FREE_EVENTS))
This page took 0.023632 seconds and 4 git commands to generate.