X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=ltt-events.h;fp=ltt-events.h;h=2437e76eab5296f8459869bbde249eec6e1f9edd;hb=63728b0280b098167c6fc9f8e423b134fdd83a88;hp=a556e5dfdb5a939d28cac269059329a010d3ed77;hpb=244465ab4bfd9c0199c2b7bd3debf7ad5b2a786a;p=lttng-modules.git diff --git a/ltt-events.h b/ltt-events.h index a556e5df..2437e76e 100644 --- a/ltt-events.h +++ b/ltt-events.h @@ -300,7 +300,7 @@ void ltt_event_put(const struct lttng_event_desc *desc); int ltt_probes_init(void); void ltt_probes_exit(void); -#ifdef SYSCALL_DETAIL +#ifdef CONFIG_HAVE_SYSCALL_TRACEPOINTS int lttng_syscalls_register(struct ltt_channel *chan, void *filter); int lttng_syscalls_unregister(struct ltt_channel *chan); #else