mirror of
https://github.com/akuker/RASCSI.git
synced 2024-11-22 16:33:17 +00:00
Data type update
This commit is contained in:
parent
8177cd3062
commit
b64001e8a4
@ -277,7 +277,7 @@ void RasctlDisplay::DisplayMappingInfo(const PbMappingInfo& mapping_info)
|
|||||||
void RasctlDisplay::DisplayOperationInfo(const PbOperationInfo& operation_info)
|
void RasctlDisplay::DisplayOperationInfo(const PbOperationInfo& operation_info)
|
||||||
{
|
{
|
||||||
// Creates a sorted map
|
// Creates a sorted map
|
||||||
const map<int32_t, PbOperationMetaData> operations = { operation_info.operations().begin(), operation_info.operations().end() };
|
const map<int, PbOperationMetaData> operations = { operation_info.operations().begin(), operation_info.operations().end() };
|
||||||
|
|
||||||
cout << "Remote operations supported by rascsi and their parameters:" << endl;
|
cout << "Remote operations supported by rascsi and their parameters:" << endl;
|
||||||
for (const auto& operation : operations) {
|
for (const auto& operation : operations) {
|
||||||
|
Loading…
Reference in New Issue
Block a user