trigger: consider domain on register and unregister
[lttng-tools.git] / src / lib / lttng-ctl / deprecated-symbols.c
index 507042516e77ac12507170c261ce6031684dbe43..0ea802c5e641225c91e8c8b4a533c11fdbddc162 100644 (file)
@@ -1,18 +1,8 @@
 /*
- * Copyright (C) 2016 Jérémie Galarneau <jeremie.galarneau@efficios.com>
+ * Copyright (C) 2016 Jérémie Galarneau <jeremie.galarneau@efficios.com>
  *
- * This library is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License, version 2.1 only,
- * as published by the Free Software Foundation.
+ * SPDX-License-Identifier: LGPL-2.1-only
  *
- * This library is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
- * for more details.
- *
- * You should have received a copy of the GNU Lesser General Public License
- * along with this library; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 #include <stddef.h>
@@ -26,3 +16,8 @@ size_t default_kernel_channel_subbuf_size;
 size_t default_metadata_subbuf_size;
 size_t default_ust_pid_channel_subbuf_size;
 size_t default_ust_uid_channel_subbuf_size;
+
+const char * const config_element_pid_tracker;
+const char * const config_element_target_pid;
+const char * const config_element_targets;
+const char * const config_element_trackers;
This page took 0.023621 seconds and 4 git commands to generate.