Clean-up: sessiond: cmd_enable_channel_internal
[lttng-tools.git] / src / bin / lttng-sessiond / lttng-sessiond.h
index 8a82c45f7a2df44c5ea9cadb8baa9f74ebe14cda..5dad32fc944ef3273664a42be895d907447a24d3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011 David Goulet <david.goulet@polymtl.ca>
+ * Copyright (C) 2011 EfficiOS Inc.
  * Copyright (C) 2013 RaphaĆ«l Beamonte <raphael.beamonte@gmail.com>
  *
  * 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];
 
 /*
This page took 0.028124 seconds and 4 git commands to generate.