X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=libust%2Fchannels.h;h=0d0bc7e002419ee174f0678b55beb50e30475974;hb=ad45e833c116bd1e2e4643932d5aef9d3d6bd924;hp=dedc1f8a7bd72e3950c1210c27c4a82ef9003ed1;hpb=b4512257eb71d0432554047acf6278dc42a15a75;p=ust.git diff --git a/libust/channels.h b/libust/channels.h index dedc1f8..0d0bc7e 100644 --- a/libust/channels.h +++ b/libust/channels.h @@ -5,6 +5,20 @@ * Copyright (C) 2008 Mathieu Desnoyers (mathieu.desnoyers@polymtl.ca) * * Dynamic tracer channel allocation. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * 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 @@ -13,8 +27,7 @@ #include #include "kernelcompat.h" -#include "kref.h" -#include "list.h" +#include #define EVENTS_PER_CHANNEL 65536