blob: a3234b88ec6021b06f40917d2ac4e94f2d46460b [file] [log] [blame]
Patrick Venturee6206562018-03-08 15:36:53 -08001#pragma once
2
3#include <sdbusplus/bus.hpp>
4
5struct ThreadParams
6{
7 sdbusplus::bus::bus& bus;
8 std::string name;
9};
10
11void BusThread(struct ThreadParams& params);