Commit 18ba23d4 authored by Anton Beloglazov's avatar Anton Beloglazov

- TODO replace returning the field from Vm.getCurrentAllocatedMips() by a call…

- TODO replace returning the field from Vm.getCurrentAllocatedMips() by a call to getCloudletScheduler().getCurrentMipsShare()
parent 6ed4a0e1
......@@ -528,6 +528,7 @@ public class Vm {
* Gets the current allocated mips.
*
* @return the current allocated mips
* @TODO replace returning the field by a call to getCloudletScheduler().getCurrentMipsShare()
*/
public List<Double> getCurrentAllocatedMips() {
return currentAllocatedMips;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment