Changeset 22884 in vbox for trunk/src/VBox/VMM/SSMInternal.h
- Timestamp:
- Sep 9, 2009 9:55:47 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/SSMInternal.h
r22480 r22884 26 26 #include <VBox/types.h> 27 27 #include <VBox/ssm.h> 28 #include <iprt/critsect.h> 28 29 29 30 RT_C_DECLS_BEGIN … … 266 267 /** For lazy init. */ 267 268 bool fInitialized; 269 /** Critical section for serializing cancellation. */ 270 RTCRITSECT CancelCritSect; 271 /** The handle of the current save or load operation. 272 * This is used by SSMR3Cancel. */ 273 PSSMHANDLE volatile pSSM; 268 274 } SSM; 269 275 /** Pointer to SSM VM instance data. */
Note:
See TracChangeset
for help on using the changeset viewer.