X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=liblttng-ust%2Flttng-context.c;h=33a4cdd1d41477e54fad06fc13c22d1b4e543b2f;hb=b07cd987c6856becc4ce1c20e5118b006f4431b0;hp=4e5b308466212563acc2342ecb929c00349dad35;hpb=ce47f5d8417e9cc78e41be04428f4837071ae79b;p=lttng-ust.git diff --git a/liblttng-ust/lttng-context.c b/liblttng-ust/lttng-context.c index 4e5b3084..33a4cdd1 100644 --- a/liblttng-ust/lttng-context.c +++ b/liblttng-ust/lttng-context.c @@ -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) +{ +}