Changeset 87766 in vbox for trunk/src/VBox/VMM/include/PDMBlkCacheInternal.h
- Timestamp:
- Feb 16, 2021 2:27:43 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 142820
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/PDMBlkCacheInternal.h
r82968 r87766 134 134 volatile bool fCommitInProgress; 135 135 /** Commit interval timer */ 136 PTMTIMERR3 pTimerCommit;136 TMTIMERHANDLE hTimerCommit; 137 137 /** Number of endpoints using the cache. */ 138 138 uint32_t cRefs;
Note:
See TracChangeset
for help on using the changeset viewer.