Fix: re-introduce exported symbols
[lttng-ust.git] / liblttng-ust / lttng-context.c
index 4e5b308466212563acc2342ecb929c00349dad35..33a4cdd1d41477e54fad06fc13c22d1b4e543b2f 100644 (file)
@@ -379,3 +379,14 @@ error:
        lttng_destroy_context(*ctx);
        return ret;
 }
+
+/* For backward compatibility. Leave those exported symbols in place. */
+struct lttng_ctx *lttng_static_ctx;
+
+void lttng_context_init(void)
+{
+}
+
+void lttng_context_exit(void)
+{
+}
This page took 0.025321 seconds and 4 git commands to generate.