summaryrefslogtreecommitdiff
path: root/src/sim/async.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/sim/async.hh')
-rw-r--r--src/sim/async.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sim/async.hh b/src/sim/async.hh
index 50ae73040..6ee5eb46a 100644
--- a/src/sim/async.hh
+++ b/src/sim/async.hh
@@ -47,6 +47,7 @@ extern volatile bool async_dump; ///< Async request to dump 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).
+extern volatile bool async_exception; ///< Python exception.
//@}
#endif // __ASYNC_HH__