blob: a3234b88ec6021b06f40917d2ac4e94f2d46460b [file] [log] [blame]
#pragma once
#include <sdbusplus/bus.hpp>
struct ThreadParams
{
sdbusplus::bus::bus& bus;
std::string name;
};
void BusThread(struct ThreadParams& params);