Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 234494
b: refs/heads/master
c: cfff2d9
h: refs/heads/master
v: v3
  • Loading branch information
Frederic Weisbecker committed Mar 4, 2011
1 parent 9ebaa5e commit 49ccfa9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ff9ae1babd8ce88c3f90db6278ea5f55bdcb4624
refs/heads/master: cfff2d909cbdaf8c467bd321aa0502a548ec8f7e
5 changes: 5 additions & 0 deletions trunk/tools/perf/util/python.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
#include "cpumap.h"
#include "thread_map.h"

/* Define PyVarObject_HEAD_INIT for python 2.5 */
#ifndef PyVarObject_HEAD_INIT
# define PyVarObject_HEAD_INIT(type, size) PyObject_HEAD_INIT(type) size,
#endif

struct throttle_event {
struct perf_event_header header;
u64 time;
Expand Down

0 comments on commit 49ccfa9

Please sign in to comment.