You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. In some pieces of code which call getVm(vmId, userId) assign false parameter
as getVm(userId, vmId) which must flip the parameter to getVm(vmId, userId).
The mistake in:
*Class Datacenter:
|processCloudletStatus(SimEvent ev) (1 statement)
|processCloudletStatus(SimEvent ev) (1 statement)
|processCloudletMove(int[] receivedData, int type) (2 statements)
|processCloudletResume(int cloudletId, int userId, int vmId, boolean ack) (1 statement)
|processCloudletPause(int cloudletId, int userId, int vmId, boolean ack) (1 statement)
|processCloudletCancel(int cloudletId, int userId, int vmId) (1)
What is the expected output? What do you see instead?
getVm(vmId, userId)
What version of the product are you using? On what operating system?
Cloudsim 3.0, Mac OSX, Netbeanse 7.0, Ant 1.8.
Please provide any additional information below.
Original issue reported on code.google.com by zakarea....@gmail.com on 5 Jul 2012 at 3:51
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
zakarea....@gmail.com
on 5 Jul 2012 at 3:51The text was updated successfully, but these errors were encountered: