Changeset 32297 in vbox for trunk/src/VBox/VMM/FTMInternal.h
- Timestamp:
- Sep 7, 2010 4:05:07 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/FTMInternal.h
r32294 r32297 68 68 RTSOCKET hSocket; 69 69 70 /* Shutdown event semaphore. */ 71 RTSEMEVENT hShutdownEvent; 72 70 73 /** State sync. */ 71 74 struct … … 92 95 */ 93 96 94 RTSEMEVENT hShutdownEvent;95 96 97 /** FTM critical section. 97 98 * This makes sure only the checkpoint or sync is active
Note:
See TracChangeset
for help on using the changeset viewer.