blob: 67f57b7104069eb1bc478dc7b22167b5ea3677ae [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{
Nan Zhou6384e322022-06-23 22:28:25 +00008
9// Initialze before using!
10// Please see webserver_main for the example how this variable is initialzed,
Ed Tanouscf9e4172022-12-21 09:30:16 -080011// NOLINTNEXTLINE(cppcoreguidelines-avoid-non-const-global-variables)
Nan Zhou6384e322022-06-23 22:28:25 +000012extern sdbusplus::asio::connection* systemBus;
Ed Tanous911ac312017-08-15 09:37:42 -070013
Ed Tanous1abe55e2018-09-05 08:30:59 -070014} // namespace connections
15} // namespace crow