#pragma once #include namespace redfish { int startEventLogMonitor(boost::asio::io_context& ioc); void stopEventLogMonitor(); } // namespace redfish