|
@@ -49,7 +49,7 @@ struct pevent_record {
|
|
int cpu;
|
|
int cpu;
|
|
int ref_count;
|
|
int ref_count;
|
|
int locked; /* Do not free, even if ref_count is zero */
|
|
int locked; /* Do not free, even if ref_count is zero */
|
|
- void *private;
|
|
|
|
|
|
+ void *priv;
|
|
#if DEBUG_RECORD
|
|
#if DEBUG_RECORD
|
|
struct pevent_record *prev;
|
|
struct pevent_record *prev;
|
|
struct pevent_record *next;
|
|
struct pevent_record *next;
|
|
@@ -106,7 +106,7 @@ struct plugin_option {
|
|
char *plugin_alias;
|
|
char *plugin_alias;
|
|
char *description;
|
|
char *description;
|
|
char *value;
|
|
char *value;
|
|
- void *private;
|
|
|
|
|
|
+ void *priv;
|
|
int set;
|
|
int set;
|
|
};
|
|
};
|
|
|
|
|