X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=liblttng-ust%2Flttng-context-net-ns.c;fp=liblttng-ust%2Flttng-context-net-ns.c;h=004d3978e118fb5c4dc1cf8d82340ad352572897;hb=2208d8b5689264e35ed0a660d8c3c82021cc0367;hp=655759ac06ef25c854c5da1217107fd29b95dd40;hpb=c53279a3e7796da67c5ad8d5e5657bf03def2dcb;p=lttng-ust.git diff --git a/liblttng-ust/lttng-context-net-ns.c b/liblttng-ust/lttng-context-net-ns.c index 655759ac..004d3978 100644 --- a/liblttng-ust/lttng-context-net-ns.c +++ b/liblttng-ust/lttng-context-net-ns.c @@ -90,7 +90,8 @@ void lttng_context_net_ns_reset(void) } static -size_t net_ns_get_size(struct lttng_ust_ctx_field *field, size_t offset) +size_t net_ns_get_size(struct lttng_ust_ctx_field *field __attribute__((unused)), + size_t offset) { size_t size = 0; @@ -100,7 +101,7 @@ size_t net_ns_get_size(struct lttng_ust_ctx_field *field, size_t offset) } static -void net_ns_record(struct lttng_ust_ctx_field *field, +void net_ns_record(struct lttng_ust_ctx_field *field __attribute__((unused)), struct lttng_ust_lib_ring_buffer_ctx *ctx, struct lttng_ust_channel_buffer *chan) { @@ -111,7 +112,7 @@ void net_ns_record(struct lttng_ust_ctx_field *field, } static -void net_ns_get_value(struct lttng_ust_ctx_field *field, +void net_ns_get_value(struct lttng_ust_ctx_field *field __attribute__((unused)), struct lttng_ust_ctx_value *value) { value->u.s64 = get_net_ns();