File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -421,7 +421,6 @@ static int shutdown_exit_code = EXIT_SUCCESS;
421421static int shutdown_signal ;
422422static pid_t shutdown_pid ;
423423static int powerdown_requested ;
424- static int return_requested ;
425424static int debug_requested ;
426425static int suspend_requested ;
427426static WakeupReason wakeup_reason ;
@@ -435,6 +434,12 @@ static NotifierList shutdown_notifiers =
435434 NOTIFIER_LIST_INITIALIZER (shutdown_notifiers );
436435static uint32_t wakeup_reason_mask = ~(1 << QEMU_WAKEUP_REASON_NONE );
437436
437+ //// --- Begin LibAFL code ---
438+ #ifdef AS_LIB
439+ static int return_requested ;
440+ #endif
441+ //// --- End LibAFL code ---
442+
438443ShutdownCause qemu_shutdown_requested_get (void )
439444{
440445 return shutdown_requested ;
You can’t perform that action at this time.
0 commit comments