summaryrefslogtreecommitdiffstats
path: root/include/ipmid-host/cmd.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/ipmid-host/cmd.hpp')
-rw-r--r--include/ipmid-host/cmd.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/ipmid-host/cmd.hpp b/include/ipmid-host/cmd.hpp
index e46c485..ca73bd2 100644
--- a/include/ipmid-host/cmd.hpp
+++ b/include/ipmid-host/cmd.hpp
@@ -1,6 +1,8 @@
#include <ipmid-host/cmd-utils.hpp>
#include <memory>
-#include <sdbusplus/bus.hpp>
+#include <sdbusplus/asio/connection.hpp>
// Global Host Bound Command manager
extern void ipmid_send_cmd_to_host(phosphor::host::command::CommandHandler&&);
+extern std::unique_ptr<sdbusplus::asio::connection>&
+ ipmid_get_sdbus_plus_handler();
OpenPOWER on IntegriCloud