Auto creation of chan/event on apps registration
[lttng-tools.git] / lttng-sessiond / ust-app.h
index 7d198ee3ee9f138ca3121fa022861a1d26bdc980..753639270af84e9f4febdb9471cb6d3a9b38f860 100644 (file)
@@ -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 */
 
This page took 0.024776 seconds and 5 git commands to generate.