X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=include%2Flttng%2Fust-events.h;h=5167ddee50a9de5f526c80545221dab32fbb3246;hb=97c7c238f60194565d4839e38e712414c22494e3;hp=039b2ccba1b5db86726ec0a4512e8c52e10c6139;hpb=735ea6a81120f85d94666245f24aac233519568e;p=lttng-ust.git diff --git a/include/lttng/ust-events.h b/include/lttng/ust-events.h index 039b2ccb..5167ddee 100644 --- a/include/lttng/ust-events.h +++ b/include/lttng/ust-events.h @@ -723,6 +723,8 @@ struct cds_list_head *_lttng_get_sessions(void); struct lttng_enum *lttng_ust_enum_get(struct lttng_session *session, const char *enum_name); +void lttng_ust_dl_update(void *ip); + /* For backward compatibility. Leave those exported symbols in place. */ extern struct lttng_ctx *lttng_static_ctx; void lttng_context_init(void);