X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Flttng-sessiond.h;fp=src%2Fbin%2Flttng-sessiond%2Flttng-sessiond.h;h=5dad32fc944ef3273664a42be895d907447a24d3;hp=65f4c372c713560f9b69a6bb2a5fd21e91919763;hb=3c3390532736cfb5198f863d0d2b218e21fcf76d;hpb=ff9fe3137fc1aec6e18ebbf7c218907698206e7d diff --git a/src/bin/lttng-sessiond/lttng-sessiond.h b/src/bin/lttng-sessiond/lttng-sessiond.h index 65f4c372c..5dad32fc9 100644 --- a/src/bin/lttng-sessiond/lttng-sessiond.h +++ b/src/bin/lttng-sessiond/lttng-sessiond.h @@ -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]; /*