xref: /openbmc/bmcweb/features/redfish/include/filesystem_log_watcher.hpp (revision 2185ddeac3ed0c49da6399af635f31544e382373)
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