X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=lttng-sessiond%2Fust-app.h;h=753639270af84e9f4febdb9471cb6d3a9b38f860;hp=7d198ee3ee9f138ca3121fa022861a1d26bdc980;hb=487cf67c6435255ab3ede6dd8cd7678b8b4d1981;hpb=d974f19715e70847e2e04efb0d7b2167d884851d diff --git a/lttng-sessiond/ust-app.h b/lttng-sessiond/ust-app.h index 7d198ee3e..753639270 100644 --- a/lttng-sessiond/ust-app.h +++ b/lttng-sessiond/ust-app.h @@ -107,6 +107,7 @@ int ust_app_add_event(struct ltt_ust_session *usess, struct ltt_ust_channel *uchan, struct ltt_ust_event *uevent); unsigned long ust_app_list_count(void); int ust_app_start_trace(struct ltt_ust_session *usess); +void ust_app_global_update(struct ltt_ust_session *usess, int sock); void ust_app_clean_list(void); void ust_app_ht_alloc(void); @@ -177,6 +178,10 @@ static inline void ust_app_ht_alloc(void) { } +static inline +void ust_app_global_update(struct ltt_ust_session *usess, int sock) +{ +} #endif /* HAVE_LIBLTTNG_UST_CTL */