1 #pragma once
2 
3 #include <boost/asio/io_context.hpp>
4 
5 namespace redfish
6 {
7 int startEventLogMonitor(boost::asio::io_context& ioc);
8 void stopEventLogMonitor();
9 } // namespace redfish
10