diff options
Diffstat (limited to 'updater/simulator_runtime.cpp')
| -rw-r--r-- | updater/simulator_runtime.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/updater/simulator_runtime.cpp b/updater/simulator_runtime.cpp index 57dfb32d..e670a3f7 100644 --- a/updater/simulator_runtime.cpp +++ b/updater/simulator_runtime.cpp @@ -113,7 +113,8 @@ bool SimulatorRuntime::UnmapPartitionOnDeviceMapper(const std::string& partition return true; } -bool SimulatorRuntime::UpdateDynamicPartitions(const std::string_view op_list_value) { +bool SimulatorRuntime::UpdateDynamicPartitions(const std::string_view op_list_value, + const std::string_view /* super_empty_value */) { const std::unordered_set<std::string> commands{ "resize", "remove", "add", "move", "add_group", "resize_group", "remove_group", "remove_all_groups", |
