oxen-core/src/daemonizer
Jason Rhinelander 7a08ef0dd1 Add stop() to make windows layer happy
Also remove the `report_status(SERVICE_STOPPED);` because it seemed
wrong: stop() is meant to initiate a shutdown, which should make the
.run() call return (at which point the STOPPED status gets reported).
2020-08-07 17:14:03 -03:00
..
CMakeLists.txt Replace boost chrono & posix_time with stl chrono 2020-07-02 12:52:13 -03:00
daemonizer.h daemon & daemonize overhaul 2020-05-11 18:44:45 -03:00
posix_daemonizer.inl Split up common/util.h 2020-07-02 12:52:12 -03:00
windows_daemonizer.inl Miscellaneous header updates via iwyu 2020-07-02 12:52:13 -03:00
windows_service.cpp Replace (most) boost::thread with std::thread 2020-07-02 12:52:13 -03:00
windows_service.h wallet_rpc: Simplify daemonizer, remove t_handler/t_executor 2020-04-24 14:14:49 +10:00
windows_service_runner.h Add stop() to make windows layer happy 2020-08-07 17:14:03 -03:00