xref: /openbmc/bmcweb/features/redfish/include/dbus_log_watcher.hpp (revision 2ac69850e715306a5c33a4e45c6064937f06de93)
1b26ff34dSEd Tanous #pragma once
2b26ff34dSEd Tanous 
3*2ac69850SEd Tanous #include <sdbusplus/bus/match.hpp>
4b26ff34dSEd Tanous namespace redfish
5b26ff34dSEd Tanous {
6*2ac69850SEd Tanous class DbusTelemetryMonitor
7*2ac69850SEd Tanous {
8*2ac69850SEd Tanous   public:
9*2ac69850SEd Tanous     DbusTelemetryMonitor();
10b26ff34dSEd Tanous 
11*2ac69850SEd Tanous     sdbusplus::bus::match_t matchTelemetryMonitor;
12*2ac69850SEd Tanous };
13b26ff34dSEd Tanous } // namespace redfish
14