Home
last modified time | relevance | path

Searched refs:inotifyConn (Results 1 – 1 of 1) sorted by relevance

/openbmc/bmcweb/redfish-core/include/
H A Devent_service_manager.hpp57 static std::optional<boost::asio::posix::stream_descriptor> inotifyConn; variable
702 if (!inotifyConn) in watchRedfishEventLogFile()
710 inotifyConn->async_read_some( in watchRedfishEventLogFile()
808 inotifyConn.emplace(ioc); in startEventLogMonitor()
838 inotifyConn->assign(inotifyFd); in startEventLogMonitor()
846 inotifyConn.reset(); in stopEventLogMonitor()