Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 323747
b: refs/heads/master
c: ff1a70e
h: refs/heads/master
i:
  323745: 2ebcb98
  323743: 3356d7f
v: v3
  • Loading branch information
Steven Rostedt authored and Arnaldo Carvalho de Melo committed Sep 5, 2012
1 parent bb51f3a commit 759bc93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bab57e994d6311298b4e3915d2c75296cd81638c
refs/heads/master: ff1a70e75fd005821ab5f2211312a8aa13bbf959
4 changes: 2 additions & 2 deletions trunk/tools/lib/traceevent/event-parse.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -106,7 +106,7 @@ struct plugin_option {
char *plugin_alias;
char *description;
char *value;
void *private;
void *priv;
int set;
};

Expand Down

0 comments on commit 759bc93

Please sign in to comment.