X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lttng-syscalls.c;h=6ee8280ebc45359478db846c29121556f4269aad;hb=0d2154e80e2ea79466f478be062845c6a9ebdb10;hp=080355f4e00408922e609df45948c044dc1116a1;hpb=e44ef489b9304d2de106162fb77cce44aab5755e;p=lttng-modules.git diff --git a/lttng-syscalls.c b/lttng-syscalls.c index 080355f4..6ee8280e 100644 --- a/lttng-syscalls.c +++ b/lttng-syscalls.c @@ -1255,7 +1255,7 @@ long lttng_channel_syscall_mask(struct lttng_channel *channel, filter = channel->sc_filter; for (bit = 0; bit < ARRAY_SIZE(sc_table); bit++) { - bool state; + char state; if (channel->sc_table) { if (filter) @@ -1268,7 +1268,7 @@ long lttng_channel_syscall_mask(struct lttng_channel *channel, bt_bitfield_write_be(tmp_mask, char, bit, 1, state); } for (; bit < sc_tables_len; bit++) { - bool state; + char state; if (channel->compat_sc_table) { if (filter)