Changeset 23669 in vbox for trunk/src/VBox/Main/include/ConsoleImpl.h
- Timestamp:
- Oct 10, 2009 3:02:01 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 53382
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/ConsoleImpl.h
r23663 r23669 518 518 static DECLCALLBACK(int) migrationSrcThreadWrapper(RTTHREAD hThread, void *pvUser); 519 519 HRESULT migrationSrc(MigrationStateSrc *pState); 520 HRESULT migrationSrcReadACK(MigrationStateSrc *pState );520 HRESULT migrationSrcReadACK(MigrationStateSrc *pState, const char *pszNAckMsg = NULL); 521 521 HRESULT migrationSrcSubmitCommand(MigrationStateSrc *pState, const char *pszCommand); 522 int migrationDst(PVM pVM, IMachine *pMachine, void *pvVMCallbackTask);522 int migrationDst(PVM pVM, IMachine *pMachine, bool fStartPaused, void *pvVMCallbackTask); 523 523 static DECLCALLBACK(int) migrationDstServeConnection(RTSOCKET Sock, void *pvUser); 524 524 /** @} */
Note:
See TracChangeset
for help on using the changeset viewer.