Add experimental bitwise enum config option
[lttng-modules.git] / lttng-events.c
index 3450fa40dbcdb2966f9dac8855d3d4cb0cd1a5ed..dfd112abffc52919bf365869ea97be04422e565a 100644 (file)
@@ -3096,6 +3096,9 @@ static int __init lttng_events_init(void)
 #else
                "");
 #endif
+#ifdef CONFIG_LTTNG_EXPERIMENTAL_BITWISE_ENUM
+       printk(KERN_NOTICE "LTTng: Experimental bitwise enum enabled.\n");
+#endif /* CONFIG_LTTNG_EXPERIMENTAL_BITWISE_ENUM */
        return 0;
 
 error_hotplug:
This page took 0.031934 seconds and 4 git commands to generate.