X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Flttng%2Fevent-rule%2Fsyscall-internal.h;h=b72274f5b15841c1955d6e5ca6e77b7d88800603;hb=2b00d46244cab86f1186a7b00cdc660f24a26f72;hp=e99b69ae44ec78874f93c0a40756b92712a1bf51;hpb=e6a39346997db7e1d40026b2cc10be5893723eb3;p=lttng-tools.git diff --git a/include/lttng/event-rule/syscall-internal.h b/include/lttng/event-rule/syscall-internal.h index e99b69ae4..b72274f5b 100644 --- a/include/lttng/event-rule/syscall-internal.h +++ b/include/lttng/event-rule/syscall-internal.h @@ -21,7 +21,7 @@ struct lttng_event_rule_syscall { /* Internal use only. */ struct { char *filter; - struct lttng_filter_bytecode *bytecode; + struct lttng_bytecode *bytecode; } internal_filter; };