Changeset 11245 in vbox for trunk/src/VBox
- Timestamp:
- Aug 8, 2008 1:22:37 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 34322
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevRTC.cpp
r11244 r11245 134 134 struct my_tm current_tm; 135 135 int32_t irq; 136 uint32_t alignment0;137 136 /** Use UTC or local time initially. */ 137 bool fUTC; 138 138 /* periodic timer */ 139 139 int64_t next_periodic_time; … … 172 172 /** The RTC device helpers. */ 173 173 R3PTRTYPE(PCPDMRTCHLP) pRtcHlpR3; 174 /** Use UTC or local time initially. */175 bool fUTC;176 174 /** Number of release log entries. Used to prevent flooding. */ 177 175 uint32_t cRelLogEntries; 178 176 /** The current/previous timer period. Used to prevent flooding changes. */ 179 177 int32_t CurPeriod; 180 181 uint32_t alignment1;182 178 }; 183 179
Note:
See TracChangeset
for help on using the changeset viewer.