summaryrefslogtreecommitdiffstats
path: root/src/VBox/Devices/USB/VUSBInternal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/VBox/Devices/USB/VUSBInternal.h')
-rw-r--r--src/VBox/Devices/USB/VUSBInternal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/VBox/Devices/USB/VUSBInternal.h b/src/VBox/Devices/USB/VUSBInternal.h
index e82c4ce4..4a482ca5 100644
--- a/src/VBox/Devices/USB/VUSBInternal.h
+++ b/src/VBox/Devices/USB/VUSBInternal.h
@@ -421,6 +421,8 @@ typedef struct VUSBROOTHUB
/** Flag whether a frame is currently being processed. */
volatile bool fFrameProcessing;
+ /** Flag whether we are in the middle of saving the VM state. */
+ volatile bool fSavingState;
#if HC_ARCH_BITS == 32
uint32_t Alignment1;