X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fsyscall.h;h=5f065cdbe3fe8cdff24bc8068c311a7cc86946e9;hp=97fb66960d11bc87e31ac6821f397102526b9fa5;hb=9897fbc95aea23f996b7543d86363a3dd72a0c53;hpb=db906c125f293467e08c043f27d2797fb748b23e diff --git a/src/bin/lttng-sessiond/syscall.h b/src/bin/lttng-sessiond/syscall.h index 97fb66960..5f065cdbe 100644 --- a/src/bin/lttng-sessiond/syscall.h +++ b/src/bin/lttng-sessiond/syscall.h @@ -53,7 +53,5 @@ extern struct syscall *syscall_table; /* Use to list kernel system calls. */ int syscall_init_table(void); ssize_t syscall_table_list(struct lttng_event **events); -ssize_t syscall_list_channel(struct ltt_kernel_channel *kchan, - struct lttng_event **_events, size_t size); #endif /* SYSCALL_H */