Marri Devender Rao | 70aafbb | 2018-04-12 01:11:48 -0500 | [diff] [blame] | 1 | #include "snmp_trap.hpp" |
2 | namespace phosphor | ||||
3 | { | ||||
4 | namespace dbus | ||||
5 | { | ||||
6 | namespace monitoring | ||||
7 | { | ||||
8 | void ErrorTrap::trap(sdbusplus::message::message& msg) const | ||||
9 | { | ||||
10 | // TODO openbmc/openbmc#3059 | ||||
11 | // TODO: Send trap to SNMP to be added after phoshpor-snmp is merged | ||||
12 | } | ||||
13 | } // namespace monitoring | ||||
14 | } // namespace dbus | ||||
15 | } // namespace phosphor |