Remove ht-cleanup thread
[lttng-tools.git] / src / bin / lttng-sessiond / lttng-sessiond.h
index 65f4c372c713560f9b69a6bb2a5fd21e91919763..5dad32fc944ef3273664a42be895d907447a24d3 100644 (file)
@@ -115,15 +115,6 @@ struct ust_reg_wait_node {
        struct cds_list_head head;
 };
 
-/*
- * Used to notify that a hash table needs to be destroyed by dedicated
- * thread. Required by design because we don't want to move destroy
- * paths outside of large RCU read-side lock paths, and destroy cannot
- * be called by call_rcu thread, because it may hang (waiting for
- * call_rcu completion).
- */
-extern int the_ht_cleanup_pipe[2];
-
 extern int the_kernel_poll_pipe[2];
 
 /*
This page took 0.022621 seconds and 4 git commands to generate.