]> Pileus Git - ~andy/linux/blobdiff - kernel/trace/trace.h
tracing: Use direct field, type and system names
[~andy/linux] / kernel / trace / trace.h
index b825ea2d8c647cda7ec34c54c5e3bcf74089a659..e420f2a230de323dae5732401a68699bb13129f0 100644 (file)
@@ -887,8 +887,8 @@ enum {
 
 struct ftrace_event_field {
        struct list_head        link;
-       char                    *name;
-       char                    *type;
+       const char              *name;
+       const char              *type;
        int                     filter_type;
        int                     offset;
        int                     size;