xref: /openbmc/bmcweb/include/dbus_singleton.hpp (revision 852432ac)
1 #pragma once
2 #include <boost/asio/io_context.hpp>
3 #include <sdbusplus/asio/connection.hpp>
4 
5 namespace crow
6 {
7 namespace connections
8 {
9 
10 // Initialze before using!
11 // Please see webserver_main for the example how this variable is initialzed,
12 extern sdbusplus::asio::connection* systemBus;
13 
14 } // namespace connections
15 } // namespace crow
16