summaryrefslogtreecommitdiff
path: root/src/dbus_singleton.cpp
blob: 0c937d149a6929237eb73b6b918b8d13770ced84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#include "dbus_singleton.hpp"

#include <sdbusplus/asio/connection.hpp>

namespace crow
{
namespace connections
{
// NOLINTNEXTLINE(cppcoreguidelines-avoid-non-const-global-variables)
sdbusplus::asio::connection* systemBus = nullptr;

} // namespace connections
} // namespace crow