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

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

} // namespace connections
} // namespace crow