X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=lttng-filter.h;h=7eea1487e5774bd74458c9243bac17e9ad7101cc;hb=5b3cf4f924befda843a7736daf84f8ecae5e86a4;hp=98b97c20bcd774ab89021012291ffc0ed6c51d06;hpb=07dfc1d0e4b093ad02682499a702dc11e54e8302;p=lttng-modules.git diff --git a/lttng-filter.h b/lttng-filter.h index 98b97c20..7eea1487 100644 --- a/lttng-filter.h +++ b/lttng-filter.h @@ -121,8 +121,10 @@ struct estack_entry { struct { const char *str; + const char __user *user_str; size_t seq_len; int literal; /* is string literal ? */ + int user; /* is string from userspace ? */ } s; } u; };