Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Lucas Cavalcante
cloudsimplus
Commits
a3d8f731
Commit
a3d8f731
authored
Jun 05, 2017
by
Manoel Campos
Browse files
Updates changelog.
parent
c19754d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
a3d8f731
...
...
@@ -7,6 +7,16 @@ Lists the main changes in the project.
## [1.2.3] - 2017-06-05
### Added / Changed
-
Renamed the
`DatacenterBroker`
`getVmsCreatedList()`
method to
`getVmCreatedList()`
and added a
`getVmExecList()`
one (
[
#100
](
https://github.com/manoelcampos/cloudsim-plus/issues/100
)
).
Now the
`getVmExecList()`
method is the one which stores the list of all currently running VMs.
These VMs may or may not be running Cloudlets, but they are available
for new submitted Cloudlets to be placed into them.
The old
`getVmCreatedList()`
stores all created VMs for the broker
along the entire simulation time.
This way, the list of all created VMs can be queried after the simulation finishes.
### Changed
-
Updates Host Fault Injection Mechanism (
[
#105
](
https://github.com/manoelcampos/cloudsim-plus/pull/105
)
).
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment