blob: 2448636a6228047117209b1bdd7b8ce1276af3f9 [file] [log] [blame]
#pragma once
#include <sdbusplus/asio/connection.hpp>
namespace crow
{
namespace connections
{
// Initialize before using!
// Please see webserver_main for the example how this variable is initialized,
// NOLINTNEXTLINE(cppcoreguidelines-avoid-non-const-global-variables)
extern sdbusplus::asio::connection* systemBus;
} // namespace connections
} // namespace crow