summaryrefslogtreecommitdiffstats
path: root/tools/helper.hpp
blob: 8004cbf0e13c2ec8ceecad025bbb37c34341eb11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#pragma once

#include <cstdint>
#include <ipmiblob/blob_interface.hpp>

namespace host_tool
{

/**
 * Poll an open verification session.
 *
 * @param[in] session - the open verification session
 * @param[in] blob - pointer to blob interface implementation object.
 * @return true if the verification was successul.
 */
bool pollStatus(std::uint16_t session, ipmiblob::BlobInterface* blob);

} // namespace host_tool
OpenPOWER on IntegriCloud