diff options
Diffstat (limited to 'include/system/runstate.h')
-rw-r--r-- | include/system/runstate.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/system/runstate.h b/include/system/runstate.h index b8d1bc3..929379a 100644 --- a/include/system/runstate.h +++ b/include/system/runstate.h @@ -147,6 +147,7 @@ void qemu_system_vmstop_request(RunState reason); void qemu_system_vmstop_request_prepare(void); bool qemu_vmstop_requested(RunState *r); ShutdownCause qemu_shutdown_requested_get(void); +bool qemu_force_shutdown_requested(void); ShutdownCause qemu_reset_requested_get(void); void qemu_system_killed(int signal, pid_t pid); void qemu_system_reset(ShutdownCause reason); |