summaryrefslogtreecommitdiffstats
path: root/control/actions.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'control/actions.hpp')
-rw-r--r--control/actions.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/control/actions.hpp b/control/actions.hpp
index 60b5484..d4dedba 100644
--- a/control/actions.hpp
+++ b/control/actions.hpp
@@ -250,7 +250,8 @@ auto set_net_increase_speed(T&& state, uint64_t speedDelta)
}
}
);
- // TODO Do a request speed change for target speed update
+ // Request speed change for target speed update
+ zone.requestSpeedIncrease(netDelta);
};
}
OpenPOWER on IntegriCloud