Remove default defines from lttng.h
[lttng-tools.git] / src / lib / lttng-ctl / lttng-ctl.c
index 0858c1a74ef6ce1f2c312e832e0d1b43cc6aac2f..b7fc781610f9b214422d84bc5a9a34f97bb2b059 100644 (file)
@@ -906,5 +906,5 @@ int lttng_session_daemon_alive(void)
 static void __attribute__((constructor)) init()
 {
        /* Set default session group */
-       lttng_set_tracing_group(LTTNG_DEFAULT_TRACING_GROUP);
+       lttng_set_tracing_group(DEFAULT_TRACING_GROUP);
 }
This page took 0.023053 seconds and 4 git commands to generate.