X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=include%2Fust-context-provider.h;h=637bc0c2a29329a93a6d6b5b9b09ef2fd20eab44;hb=a084756d092167324ee09d3f819cc45407b58233;hp=e62950e1e81c7b9b7d7b77e9a62eb3ca7dd60356;hpb=35c1f459092b630dd2825450014e27c84b31ddee;p=lttng-ust.git diff --git a/include/ust-context-provider.h b/include/ust-context-provider.h index e62950e1..637bc0c2 100644 --- a/include/ust-context-provider.h +++ b/include/ust-context-provider.h @@ -61,7 +61,6 @@ struct lttng_ust_ctx_field { void (*get_value)(struct lttng_ust_ctx_field *field, struct lttng_ust_ctx_value *value); void (*destroy)(struct lttng_ust_ctx_field *field); - char *field_name; /* Has ownership, dynamically allocated. */ /* End of base ABI. Fields below should be used after checking struct_size. */ };