From 70aafbb58d98c6ca5a049433db87493784ec587a Mon Sep 17 00:00:00 2001 From: Marri Devender Rao Date: Thu, 12 Apr 2018 01:11:48 -0500 Subject: Add SNMP event callback for error notification Added callback support for SNMP events. Parse the callback message and raise SNMP trap Clients specify the object paths to watch and callbacks to invoke in the config yaml. Change-Id: I105652f65e4e1c5354c934c88e4d59866540f71c Signed-off-by: Marri Devender Rao --- src/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index e5827e6..23c6009 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -12,7 +12,8 @@ phosphor_dbus_monitor_SOURCES = \ propertywatch.cpp \ resolve_errors.cpp \ event_manager.cpp \ - event_serialize.cpp + event_serialize.cpp \ + snmp_trap.cpp phosphor_dbus_monitor_LDADD = \ $(SDBUSPLUS_LIBS) \ -- cgit v1.2.1