From 870c3fc67cd66cfd90bf262433f5141e76fc2145 Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Mon, 22 May 2017 23:23:13 -0400 Subject: build: General build refactoring Add vars.mk for variable sharing across makefiles. Stub and rename example YAML file and template. Content to be re-introduced as support is added. Move generated C++ to a header file. Add input YAML path option to configure. Change-Id: Ia06e392e8b120b1e1d8614046064fa432a6f9e18 Signed-off-by: Brad Bishop --- src/monitor.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/monitor.cpp') diff --git a/src/monitor.cpp b/src/monitor.cpp index 9e517fb..2d4d649 100644 --- a/src/monitor.cpp +++ b/src/monitor.cpp @@ -98,6 +98,11 @@ void Monitor::handleEvent(sdbusplus::message::message& msg, } } +const std::vector< + std::tuple< + std::vector>, + std::vector>> Monitor::events; + } // namespace monitoring } // namespace dbus } // namespace phosphor -- cgit v1.2.1