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;
421
421
static int shutdown_signal ;
422
422
static pid_t shutdown_pid ;
423
423
static int powerdown_requested ;
424
- static int return_requested ;
425
424
static int debug_requested ;
426
425
static int suspend_requested ;
427
426
static WakeupReason wakeup_reason ;
@@ -435,6 +434,12 @@ static NotifierList shutdown_notifiers =
435
434
NOTIFIER_LIST_INITIALIZER (shutdown_notifiers );
436
435
static uint32_t wakeup_reason_mask = ~(1 << QEMU_WAKEUP_REASON_NONE );
437
436
437
+ //// --- Begin LibAFL code ---
438
+ #ifdef AS_LIB
439
+ static int return_requested ;
440
+ #endif
441
+ //// --- End LibAFL code ---
442
+
438
443
ShutdownCause qemu_shutdown_requested_get (void )
439
444
{
440
445
return shutdown_requested ;
You can’t perform that action at this time.
0 commit comments