Changeset 32139 in vbox for trunk/src/VBox/Devices/Network/DrvNAT.cpp
- Timestamp:
- Aug 31, 2010 12:33:45 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 65414
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DrvNAT.cpp
r30421 r32139 532 532 if (pThis->pSlirpThread->enmState == PDMTHREADSTATE_RUNNING) 533 533 { 534 /* Set an FTM checkpoint as this operation changes the state permanently. */ 535 PDMDrvHlpFTSetCheckpoint(pThis->pDrvIns, FTMCHECKPOINTTYPE_NETWORK); 536 534 537 #ifdef VBOX_WITH_SLIRP_MT 535 538 PRTREQQUEUE pQueue = (PRTREQQUEUE)slirp_get_queue(pThis->pNATState);
Note:
See TracChangeset
for help on using the changeset viewer.