blob: df875f5c611727936adeab4eda4ffefc366c9c78 [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
Patrick Venturec179d402018-10-30 19:51:55 -070011void busThread(struct ThreadParams& params);