X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=liblttng-ust%2Flttng-context-cgroup-ns.c;fp=liblttng-ust%2Flttng-context-cgroup-ns.c;h=51991cc6f4633736fcc10238b9fb098e2e671503;hb=2208d8b5689264e35ed0a660d8c3c82021cc0367;hp=d25a9b13207f232d263fcdb109db03316b52de6d;hpb=c53279a3e7796da67c5ad8d5e5657bf03def2dcb;p=lttng-ust.git diff --git a/liblttng-ust/lttng-context-cgroup-ns.c b/liblttng-ust/lttng-context-cgroup-ns.c index d25a9b13..51991cc6 100644 --- a/liblttng-ust/lttng-context-cgroup-ns.c +++ b/liblttng-ust/lttng-context-cgroup-ns.c @@ -91,7 +91,8 @@ void lttng_context_cgroup_ns_reset(void) } static -size_t cgroup_ns_get_size(struct lttng_ust_ctx_field *field, size_t offset) +size_t cgroup_ns_get_size(struct lttng_ust_ctx_field *field __attribute__((unused)), + size_t offset) { size_t size = 0; @@ -101,7 +102,7 @@ size_t cgroup_ns_get_size(struct lttng_ust_ctx_field *field, size_t offset) } static -void cgroup_ns_record(struct lttng_ust_ctx_field *field, +void cgroup_ns_record(struct lttng_ust_ctx_field *field __attribute__((unused)), struct lttng_ust_lib_ring_buffer_ctx *ctx, struct lttng_ust_channel_buffer *chan) { @@ -113,7 +114,7 @@ void cgroup_ns_record(struct lttng_ust_ctx_field *field, } static -void cgroup_ns_get_value(struct lttng_ust_ctx_field *field, +void cgroup_ns_get_value(struct lttng_ust_ctx_field *field __attribute__((unused)), struct lttng_ust_ctx_value *value) { value->u.s64 = get_cgroup_ns();