X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=src%2Flttng-context-nice.c;h=891e3339893e8a4b42e80cef9962608a5aec6d2c;hb=4697aac7ad1bdb932a843d93076418f4048baad3;hp=91feb8d1258816c6551d1060c01a6094065cc11e;hpb=924f456661a47da6240c2231c5ad2723d845ce8f;p=lttng-modules.git diff --git a/src/lttng-context-nice.c b/src/lttng-context-nice.c index 91feb8d1..891e3339 100644 --- a/src/lttng-context-nice.c +++ b/src/lttng-context-nice.c @@ -48,7 +48,7 @@ void nice_get_value(void *priv, static const struct lttng_kernel_ctx_field *ctx_field = lttng_kernel_static_ctx_field( lttng_kernel_static_event_field("nice", lttng_kernel_static_type_integer_from_type(int, __BYTE_ORDER, 10), - false, false, false), + false, false), nice_get_size, nice_record, nice_get_value,