diff options
Diffstat (limited to 'parse-events.h')
-rw-r--r-- | parse-events.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/parse-events.h b/parse-events.h index f5cab15..67e7886 100644 --- a/parse-events.h +++ b/parse-events.h | |||
@@ -49,7 +49,7 @@ struct record { | |||
49 | int cpu; | 49 | int cpu; |
50 | int ref_count; | 50 | int ref_count; |
51 | int locked; /* Do not free, even if ref_count is zero */ | 51 | int locked; /* Do not free, even if ref_count is zero */ |
52 | void *private; | 52 | void *r_private; |
53 | #if DEBUG_RECORD | 53 | #if DEBUG_RECORD |
54 | struct record *prev; | 54 | struct record *prev; |
55 | struct record *next; | 55 | struct record *next; |
@@ -106,7 +106,7 @@ struct plugin_option { | |||
106 | char *plugin_alias; | 106 | char *plugin_alias; |
107 | char *description; | 107 | char *description; |
108 | char *value; | 108 | char *value; |
109 | void *private; | 109 | void *p_private; |
110 | int set; | 110 | int set; |
111 | }; | 111 | }; |
112 | 112 | ||
@@ -736,7 +736,7 @@ struct filter_arg_str { | |||
736 | struct filter_arg { | 736 | struct filter_arg { |
737 | enum filter_arg_type type; | 737 | enum filter_arg_type type; |
738 | union { | 738 | union { |
739 | struct filter_arg_boolean bool; | 739 | struct filter_arg_boolean boolean; |
740 | struct filter_arg_field field; | 740 | struct filter_arg_field field; |
741 | struct filter_arg_value value; | 741 | struct filter_arg_value value; |
742 | struct filter_arg_op op; | 742 | struct filter_arg_op op; |