tools lib traceevent: Modify header to work in C++ programs
[cascardo/linux.git] / tools / lib / traceevent / event-parse.h
index 527df03..863a0bb 100644 (file)
@@ -49,7 +49,7 @@ struct pevent_record {
        int                     cpu;
        int                     ref_count;
        int                     locked;         /* Do not free, even if ref_count is zero */
-       void                    *private;
+       void                    *priv;
 #if DEBUG_RECORD
        struct pevent_record    *prev;
        struct pevent_record    *next;
@@ -106,7 +106,7 @@ struct plugin_option {
        char                            *plugin_alias;
        char                            *description;
        char                            *value;
-       void                            *private;
+       void                            *priv;
        int                             set;
 };