diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2007-03-03 06:24:01 +0000 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2007-03-03 06:24:01 +0000 |
commit | 68ad1533096ab736c534cb29364a1a93e1010306 (patch) | |
tree | 1499c0085d1e4de76b37827e6d691f91364bc396 /src/sim/async.hh | |
parent | 23dc5099a4bca9e38a286d867c4eccd7db3c09c1 (diff) | |
parent | ffe6bebb05c30b0f1d7cde5ad5b94a2551938630 (diff) | |
download | gem5-68ad1533096ab736c534cb29364a1a93e1010306.tar.xz |
Merge zizzer.eecs.umich.edu:/bk/newmem
into ahchoo.blinky.homelinux.org:/home/gblack/m5/newmem-sparc32
--HG--
extra : convert_revision : bbd0def502e423e64e2c4f6415a4b043b60c7f90
Diffstat (limited to 'src/sim/async.hh')
-rw-r--r-- | src/sim/async.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sim/async.hh b/src/sim/async.hh index 6ee5eb46a..932f975d2 100644 --- a/src/sim/async.hh +++ b/src/sim/async.hh @@ -43,7 +43,8 @@ /// @note See the PollQueue object (in pollevent.hh) for the use of async_io and async_alarm. //@{ extern volatile bool async_event; ///< Some asynchronous event has happened. -extern volatile bool async_dump; ///< Async request to dump stats. +extern volatile bool async_statdump; ///< Async request to dump stats. +extern volatile bool async_statreset; ///< Async request to reset stats. extern volatile bool async_exit; ///< Async request to exit simulator. extern volatile bool async_io; ///< Async I/O request (SIGIO). extern volatile bool async_alarm; ///< Async alarm event (SIGALRM). |