projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2036bf
)
Checkpoinging/SWIG: Undo part of changeset 5464 since it broke checkpointing.
author
Ali Saidi
<saidi@eecs.umich.edu>
Tue, 24 Jun 2008 19:48:45 +0000
(15:48 -0400)
committer
Ali Saidi
<saidi@eecs.umich.edu>
Tue, 24 Jun 2008 19:48:45 +0000
(15:48 -0400)
src/python/swig/event.i
patch
|
blob
|
history
diff --git
a/src/python/swig/event.i
b/src/python/swig/event.i
index ee1f3d00b9791f3abf9cc1be75db3cb3ff89f619..9a2093c99377715e7976c455557a7e9a4ad4a564 100644
(file)
--- a/
src/python/swig/event.i
+++ b/
src/python/swig/event.i
@@
-44,8
+44,8
@@
void create(PyObject *object, Tick when);
-class
CountedDrainEvent
-{
+class
Event;
+
class CountedDrainEvent : public Event
{
public:
void setCount(int _count);
};