Changeset 32206 in vbox for trunk/src/VBox/VMM/include/internal
- Timestamp:
- Sep 2, 2010 2:13:13 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/internal/vm.h
r32193 r32206 22 22 23 23 VMMR3DECL(int) VMR3SaveFT(PVM pVM, PCSSMSTRMOPS pStreamOps, void *pvStreamOpsUser, bool *pfSuspended, bool fSkipStateChanges); 24 VMMR3DECL(int) VMR3LoadFromStreamFT(PVM pVM, PCSSMSTRMOPS pStreamOps, void *pvStreamOpsUser); 24 25 25 26 #endif
Note:
See TracChangeset
for help on using the changeset viewer.