Patrick Venture | e620656 | 2018-03-08 15:36:53 -0800 | [diff] [blame] | 1 | #pragma once |
2 | |||||
3 | #include <sdbusplus/bus.hpp> | ||||
4 | |||||
5 | struct ThreadParams | ||||
6 | { | ||||
7 | sdbusplus::bus::bus& bus; | ||||
8 | std::string name; | ||||
9 | }; | ||||
10 | |||||
Patrick Venture | c179d40 | 2018-10-30 19:51:55 -0700 | [diff] [blame] | 11 | void busThread(struct ThreadParams& params); |