commit | dcd23dfc58c68a843051c13e8cdf155a8e3919d7 | [log] [tgz] |
---|---|---|
author | Bart Van Assche <bvanassche@google.com> | Fri Oct 14 12:55:35 2022 -0700 |
committer | Bart Van Assche <bvanassche@google.com> | Thu Oct 20 09:32:51 2022 -0700 |
tree | 75dffe3d46e8fe92a5a107c4f5362da82fedbc9e | |
parent | bc5c4a4659596ee1eab14b2f9650816cafa9f55d [diff] |
init/epoll: Stop using smart pointers Change the type of 'handler' from std::shared_ptr<Handler> into Handler. This change is safe since a previous CL moved the handler calls from the Epoll::Wait() caller into Epoll::Wait() itself. Bug: 213617178 Change-Id: Ife79e6863536b96ee4bb3cd778f6b0b164a95fed Signed-off-by: Bart Van Assche <bvanassche@google.com>