X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tests%2Flib%2Ftest_trace_ir_ref.c;h=70caf29cf3053be4d0956b604ab5471f958291b3;hb=8009058387e16d70c065f8afb24953ed389c18a6;hp=8811cf90ab6cfb0b21e320ff1d4f3b41de26ae06;hpb=a3f0c7db90f4cfc81090a83a7442b7bc624d5789;p=babeltrace.git diff --git a/tests/lib/test_trace_ir_ref.c b/tests/lib/test_trace_ir_ref.c index 8811cf90..70caf29c 100644 --- a/tests/lib/test_trace_ir_ref.c +++ b/tests/lib/test_trace_ir_ref.c @@ -1,22 +1,9 @@ /* - * test_trace_ir_ref.c + * SPDX-License-Identifier: GPL-2.0-only * - * Trace IR Reference Count test - * - * Copyright 2016 - Jérémie Galarneau - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; under version 2 of the License. + * Copyright (C) 2016 Jérémie Galarneau * - * This program 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 General Public License for more details. - * - * You should have received a copy of the GNU General Public License along - * with this program; if not, write to the Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * Trace IR Reference Count test */ #include @@ -38,7 +25,7 @@ #define NR_TESTS 37 -struct user { +struct bt_user { bt_trace_class *tc; bt_stream_class *sc; bt_event_class *ec; @@ -278,7 +265,7 @@ static void test_example_scenario(bt_self_component_source *self_comp) bt_stream_class *weak_sc1 = NULL, *weak_sc2 = NULL; bt_event_class *weak_ec1 = NULL, *weak_ec2 = NULL, *weak_ec3 = NULL; - struct user user_a = { 0 }, user_b = { 0 }, user_c = { 0 }; + struct bt_user user_a = { 0 }, user_b = { 0 }, user_c = { 0 }; /* The only reference which exists at this point is on TC1. */ tc1 = create_tc1(self_comp);