X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lttng-events.h;h=e2cd544559d512b7443def6035569060a3ced300;hb=5fecce37c451e23609c682addfc10339a2448b1c;hp=5298193775451fab72837f3ff5966d7d8fe5a348;hpb=e28ca43f665181c96531e90958fda734a857542b;p=lttng-modules.git diff --git a/lttng-events.h b/lttng-events.h index 52981937..e2cd5445 100644 --- a/lttng-events.h +++ b/lttng-events.h @@ -693,13 +693,13 @@ static inline int lttng_syscalls_destroy(struct lttng_channel *chan) } static inline int lttng_syscall_filter_enable(struct lttng_channel *chan, - struct lttng_event *event); + struct lttng_event *event) { return -ENOSYS; } static inline int lttng_syscall_filter_disable(struct lttng_channel *chan, - struct lttng_event *event); + struct lttng_event *event) { return -ENOSYS; }