Changes between Initial Version and Version 1 of Ticket #7936, comment 3
- Timestamp:
- May 22, 2013, 6:45:28 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7936, comment 3
initial v1 1 (In [84424]) Changed bootstamp function in Windows to use EventLog service Changed bootstamp function in Windows to use EventLog servicestart time as system bootup time. Previously used `LastBootupTime` from WMI was unstable with time synchronization and hibernation and unusable in practice. If you really need to obtain pre Boost 1.54 behaviour define `BOOST_INTERPROCESS_BOOTSTAMP_IS_LASTBOOTUPTIME` from command line or `detail/workaround.hpp`. Fixes #79361 (In [84424]) Changed bootstamp function in Windows to use EventLog service start time as system bootup time. Previously used `LastBootupTime` from WMI was unstable with time synchronization and hibernation and unusable in practice. If you really need to obtain pre Boost 1.54 behaviour define `BOOST_INTERPROCESS_BOOTSTAMP_IS_LASTBOOTUPTIME` from command line or `detail/workaround.hpp`. Fixes #7936