Dhruvaraj Subhashchandran | a07f34f | 2024-05-16 23:01:32 -0500 | [diff] [blame] | 1 | #include "dump_monitor.hpp" |
2 | |||||
3 | #include <sdbusplus/bus.hpp> | ||||
4 | #include <sdbusplus/bus/match.hpp> | ||||
5 | |||||
6 | #include <exception> | ||||
7 | #include <iostream> | ||||
8 | #include <variant> | ||||
9 | |||||
10 | int main() | ||||
11 | { | ||||
12 | openpower::dump::DumpMonitor monitor; | ||||
13 | monitor.run(); | ||||
14 | return 0; | ||||
15 | } |