X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Flttng-syscall.h;h=fa77c7083ff26e0f35a6350e00af19a72faa032f;hp=a2708619c1357ff40c0bde20b112d25e5213e673;hb=4064563ea326f6f26d2c458009beb9ebdb3ba840;hpb=0dbc2034c9571ec342d382bf87231775563f8624 diff --git a/src/bin/lttng-sessiond/lttng-syscall.h b/src/bin/lttng-sessiond/lttng-syscall.h index a2708619c..fa77c7083 100644 --- a/src/bin/lttng-sessiond/lttng-syscall.h +++ b/src/bin/lttng-sessiond/lttng-syscall.h @@ -1,18 +1,8 @@ /* - * Copyright (C) 2014 - David Goulet + * Copyright (C) 2014 David Goulet * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License, version 2 only, as - * published by the Free Software Foundation. + * 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., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #ifndef LTTNG_SYSCALL_H @@ -51,7 +41,7 @@ struct syscall { extern struct syscall *syscall_table; /* Use to list kernel system calls. */ -int syscall_init_table(void); +int syscall_init_table(int tracer_fd); ssize_t syscall_table_list(struct lttng_event **events); #endif /* LTTNG_SYSCALL_H */