commit | 4842650043b67bcdf3ff7fd6e1dc9691b46aa41b | [log] [tgz] |
---|---|---|
author | Bart Van Assche <bvanassche@google.com> | Mon Oct 17 10:28:46 2022 -0700 |
committer | Bart Van Assche <bvanassche@google.com> | Thu Oct 20 09:32:51 2022 -0700 |
tree | 0e4ae2156b9288817faf1ad88588538757b9111c | |
parent | cc7ddc04f939a199e4aeedf543cb0af4c4a16b9c [diff] |
init: Improve readability of the code in SecondStageMain() Change the type of epoll_timeout from std::optional<std::chrono:milliseconds> into std::chrono::milliseconds. No functionality is changed. Bug: 213617178 Change-Id: Ieb150e0aeabdb79c8da4649875ea3ed59297343b Signed-off-by: Bart Van Assche <bvanassche@google.com>