Refactoring: UST types public interfaces
[lttng-ust.git] / include / ust-context-provider.h
index e62950e1e81c7b9b7d7b77e9a62eb3ca7dd60356..637bc0c2a29329a93a6d6b5b9b09ef2fd20eab44 100644 (file)
@@ -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. */
 };
This page took 0.023583 seconds and 4 git commands to generate.