fix: string constants (-Wwrite-strings)
[lttng-ust.git] / liblttng-ust / ust-events-internal.h
index daf72b9de0b214e76a3a26c414e3bf9da9286ed8..786b650d32fba189cef5c073eb2ff77e68521958 100644 (file)
@@ -250,14 +250,14 @@ struct lttng_event_notifier_group {
 };
 
 struct lttng_transport {
-       char *name;
+       const char *name;
        struct cds_list_head node;
        struct lttng_ust_channel_buffer_ops ops;
        const struct lttng_ust_lib_ring_buffer_config *client_config;
 };
 
 struct lttng_counter_transport {
-       char *name;
+       const char *name;
        struct cds_list_head node;
        struct lttng_counter_ops ops;
        const struct lib_counter_config *client_config;
This page took 0.025654 seconds and 4 git commands to generate.