X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fbin%2Flttng-sessiond%2Flttng-sessiond.h;h=5dad32fc944ef3273664a42be895d907447a24d3;hb=4878de5c7deb512bbdac4fdfc498907efa06fb7c;hp=8a82c45f7a2df44c5ea9cadb8baa9f74ebe14cda;hpb=b8e2fb80c105c5a8241f7b35744e4a86d7e4125c;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/lttng-sessiond.h b/src/bin/lttng-sessiond/lttng-sessiond.h index 8a82c45f7..5dad32fc9 100644 --- a/src/bin/lttng-sessiond/lttng-sessiond.h +++ b/src/bin/lttng-sessiond/lttng-sessiond.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 David Goulet + * Copyright (C) 2011 EfficiOS Inc. * Copyright (C) 2013 Raphaël Beamonte * * SPDX-License-Identifier: GPL-2.0-only @@ -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]; /*