Fix: baddr deadlock with lttng-ust destructor
[lttng-ust.git] / include / lttng / ust-events.h
index d93c912165e1f72174d17c0394831a4caca25e6a..d541f81f3445a3c37068ad362ea6c06522394e25 100644 (file)
@@ -610,7 +610,7 @@ struct cds_list_head *lttng_get_probe_list_head(void);
 int lttng_session_active(void);
 
 typedef int (*t_statedump_func_ptr)(struct lttng_session *session);
-int lttng_handle_pending_statedump(void *owner);
+void lttng_handle_pending_statedump(void *owner);
 struct cds_list_head *_lttng_get_sessions(void);
 
 #endif /* _LTTNG_UST_EVENTS_H */
This page took 0.023183 seconds and 4 git commands to generate.