summaryrefslogtreecommitdiff
path: root/src/dbus_singleton.cpp
blob: f78164fbe20349cfc3ea34586472d0977b5267ba (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
{

sdbusplus::asio::connection* systemBus = nullptr;

} // namespace connections
} // namespace crow