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

#include <boost/asio/io_context.hpp>

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

} // namespace connections
} // namespace crow