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