Changeset 70018 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Dec 8, 2017 12:07:41 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 119547
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/TMInternal.h
r69950 r70018 495 495 /** The last value TMR3UtcNow returned. */ 496 496 int64_t volatile nsLastUtcNow; 497 /** File to touch on UTC jump. */ 498 R3PTRTYPE(char *) pszUtcTouchFileOnJump; 499 /** Just to avoid dealing with 32-bit alignment trouble. */ 500 R3PTRTYPE(char *) pszAlignment2b; 497 501 498 502 /** Timer queues for the different clock types - R3 Ptr */
Note:
See TracChangeset
for help on using the changeset viewer.