Fix: hash table cleanup call_rcu deadlock
[lttng-tools.git] / src / bin / lttng-sessiond / utils.h
index d4bd8c286f9df4b0f577029677d2a92d150a5f13..7c06d5b03233e03320c6ab185fac0b495c44e579 100644 (file)
 #ifndef _LTT_UTILS_H
 #define _LTT_UTILS_H
 
+struct lttng_ht;
+
 const char *get_home_dir(void);
 int notify_thread_pipe(int wpipe);
+void ht_cleanup_push(struct lttng_ht *ht);
 
 #endif /* _LTT_UTILS_H */
This page took 0.024046 seconds and 5 git commands to generate.