Sign in
gbmc
/
gbmcweb
/
2ca8674346aba04c41c752bc39cd2c431042ad52
/
.
/
redfish-core
/
include
/
utils
/
subprocess_utils.hpp
blob: 34ddf984a9a2ee3a352e18cac0ec933b599f08de [
file
] [
log
] [
blame
]
#include
"async_resp.hpp"
#include
<memory>
#include
<string>
namespace
redfish
{
void
childProcessRun
(
const
std
::
shared_ptr
<
bmcweb
::
AsyncResp
>&
asyncResp
,
const
std
::
vector
<
std
::
string
>&
resetCmd
);
}
// namespace redfish