Fix: baddr deadlock with lttng-ust destructor
[lttng-ust.git] / include / lttng / ust-events.h
index 5d4357084edc69d703fcda27619b6360ac9f361e..d541f81f3445a3c37068ad362ea6c06522394e25 100644 (file)
@@ -513,6 +513,9 @@ struct lttng_session {
        struct lttng_ust_event_ht events_ht;    /* ht of events */
        void *owner;                            /* object owner */
        int tstate:1;                           /* Transient enable state */
+
+       /* New UST 2.4 */
+       int statedump_pending:1;
 };
 
 struct lttng_transport {
@@ -606,4 +609,8 @@ void lttng_filter_sync_state(struct lttng_bytecode_runtime *runtime);
 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);
+void lttng_handle_pending_statedump(void *owner);
+struct cds_list_head *_lttng_get_sessions(void);
+
 #endif /* _LTTNG_UST_EVENTS_H */
This page took 0.03677 seconds and 4 git commands to generate.