blob: b3b808bfe14fe8bfaa75a6a5ffabf4f127597c6c [file] [log] [blame]
Nan Zhou6384e322022-06-23 22:28:25 +00001#include "dbus_singleton.hpp"
2
Nan Zhou6384e322022-06-23 22:28:25 +00003namespace crow
4{
5namespace connections
6{
Ed Tanouscf9e4172022-12-21 09:30:16 -08007// NOLINTNEXTLINE(cppcoreguidelines-avoid-non-const-global-variables)
Nan Zhou6384e322022-06-23 22:28:25 +00008sdbusplus::asio::connection* systemBus = nullptr;
9
10} // namespace connections
11} // namespace crow