Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
openpower-debug-collector
/
0d72381feff226fff27ad11fb8efc9550d195f9d
/
.
/
dump
/
dump_monitor_main.cpp
blob: 59044324d7c2b67f813de85d0be5a7214bbf6572 [
file
] [
log
] [
blame
]
#include
"dump_monitor.hpp"
#include
<sdbusplus/bus.hpp>
#include
<sdbusplus/bus/match.hpp>
#include
<exception>
#include
<iostream>
#include
<variant>
int
main
()
{
openpower
::
dump
::
DumpMonitor
monitor
;
monitor
.
run
();
return
0
;
}