Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-pid-control
/
a510ea2b5a2bba96cc5b2bdc4541b2f68b8cf299
/
.
/
threads
/
busthread.hpp
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
);