commit | 911ac31759cb7b77a856af8806b4e064d50d7422 | [log] [tgz] |
---|---|---|
author | Ed Tanous <ed.tanous@intel.com> | Tue Aug 15 09:37:42 2017 -0700 |
committer | Ed Tanous <ed.tanous@intel.com> | Wed Oct 11 13:34:56 2017 -0700 |
tree | c4b714fabb2b956936ab6dffc18d9ff418756cf4 | |
parent | 8f0c0481d2280919b38a31656ba21a4347d12620 [diff] [blame] |
Large updates to webserver Do not merge yet Change-Id: I38c56844c1b0e3e8e5493c2705e62e6db7ee2102
diff --git a/include/dbus_singleton.hpp b/include/dbus_singleton.hpp new file mode 100644 index 0000000..e2fd2d6 --- /dev/null +++ b/include/dbus_singleton.hpp
@@ -0,0 +1,10 @@ +#pragma once +#include <dbus/connection.hpp> + +namespace crow { +namespace connections { + +static std::shared_ptr<dbus::connection> system_bus; + +} // namespace dbus +} // namespace crow \ No newline at end of file