summaryrefslogtreecommitdiffstats
path: root/src/monitor.cpp
blob: f734b0013857e816a5046afd34db391777533d98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#include "monitor.hpp"

namespace phosphor
{
namespace dbus
{
namespace monitoring
{

Monitor::Monitor(sdbusplus::bus::bus& bus) :
    bus(bus)
{

}

} // namespace monitoring
} // namespace dbus
} // namespace phosphor
OpenPOWER on IntegriCloud