blob: 63c88b7544a48ec03f597401c2491b773c7413d0 [file] [log] [blame]
Ed Tanous911ac312017-08-15 09:37:42 -07001#pragma once
Ed Tanous1abe55e2018-09-05 08:30:59 -07002#include <sdbusplus/asio/connection.hpp>
Ed Tanous911ac312017-08-15 09:37:42 -07003
Ed Tanous1abe55e2018-09-05 08:30:59 -07004namespace crow
5{
6namespace connections
7{
Ed Tanous55c7b7a2018-05-22 15:27:24 -07008static std::shared_ptr<sdbusplus::asio::connection> systemBus;
Ed Tanous911ac312017-08-15 09:37:42 -07009
Ed Tanous1abe55e2018-09-05 08:30:59 -070010} // namespace connections
11} // namespace crow