X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=include%2Flttng%2Fust-events.h;h=9f6aa06296bb23744e4ec333f7094114d176c17f;hb=61c7059659a5a8970802ae8211d6e05d1b55cf89;hp=1acba2ad6ff7669cf09f7b5435c22761255971c5;hpb=16940765eedb97f2600ee2e8c33a44c910fcde73;p=lttng-ust.git diff --git a/include/lttng/ust-events.h b/include/lttng/ust-events.h index 1acba2ad..9f6aa062 100644 --- a/include/lttng/ust-events.h +++ b/include/lttng/ust-events.h @@ -722,6 +722,11 @@ struct cds_list_head *_lttng_get_sessions(void); struct lttng_enum *lttng_ust_enum_get(struct lttng_session *session, const char *enum_name); +/* For backward compatibility. Leave those exported symbols in place. */ +extern struct lttng_ctx *lttng_static_ctx; +void lttng_context_init(void); +void lttng_context_exit(void); + #ifdef __cplusplus } #endif