X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fkern-modules.h;h=b2ae0e86709d1f32f3482d0763aff382671110f0;hp=5c4d5dd586520e5f720c658d938c29f6616ca95b;hb=ab5be9fa2eb5ba9600a82cd18fd3cfcbac69169a;hpb=a62a65563c1e7cea740c5f8caf7d425174e2afbe diff --git a/src/bin/lttng-sessiond/kern-modules.h b/src/bin/lttng-sessiond/kern-modules.h index 5c4d5dd58..b2ae0e867 100644 --- a/src/bin/lttng-sessiond/kern-modules.h +++ b/src/bin/lttng-sessiond/kern-modules.h @@ -1,18 +1,8 @@ /* - * Copyright (C) 2011 - David Goulet + * Copyright (C) 2011 David Goulet * - * 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; only version 2 of the License. + * SPDX-License-Identifier: GPL-2.0-only * - * 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., 59 Temple - * Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifndef _KERN_MODULES_H @@ -28,8 +18,8 @@ #define KERN_MODULES_MINOR 0 struct kern_modules_param { - const char *name; - int required; + char *name; + bool loaded; }; #endif /* _KERN_MODULES_H */