Fix: bt2: autodisc: remove thread error while inserting status in map
[babeltrace.git] / src / ctf-writer / field-path.c
index be19b4032c9e9a87e1624fb5b7922492c9c13c7b..6372959a0302054c80dd1209eae4035a31ad1052 100644 (file)
@@ -1,28 +1,10 @@
 /*
- * field-path.c
- *
- * Babeltrace CTF writer - Field path
+ * SPDX-License-Identifier: MIT
  *
  * Copyright 2013, 2014 Jérémie Galarneau <jeremie.galarneau@efficios.com>
  * Copyright 2016 Philippe Proulx <pproulx@efficios.com>
  *
- * Permission is hereby granted, free of charge, to any person obtaining a copy
- * of this software and associated documentation files (the "Software"), to deal
- * in the Software without restriction, including without limitation the rights
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- * copies of the Software, and to permit persons to whom the Software is
- * furnished to do so, subject to the following conditions:
- *
- * The above copyright notice and this permission notice shall be included in
- * all copies or substantial portions of the Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
- * SOFTWARE.
+ * Babeltrace CTF writer - Field path
  */
 
 #define BT_LOG_TAG "CTF-WRITER/FIELD-PATH"
@@ -33,7 +15,7 @@
 #include <limits.h>
 #include <stdint.h>
 
-#include <babeltrace2/ctf-writer/field-types.h>
+#include <babeltrace2-ctf-writer/field-types.h>
 
 #include "common/assert.h"
 
@@ -101,7 +83,7 @@ struct bt_ctf_field_path *bt_ctf_field_path_copy(
 {
        struct bt_ctf_field_path *new_path;
 
-       BT_ASSERT(path);
+       BT_ASSERT_DBG(path);
        BT_LOGD("Copying field path: addr=%p, index-count=%u",
                path, path->indexes->len);
        new_path = bt_ctf_field_path_create();
This page took 0.025122 seconds and 4 git commands to generate.