Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Simonstrator
PeerfactSim.KOM
Commits
b965c287
Commit
b965c287
authored
Oct 15, 2014
by
Björn Richerzhagen
Browse files
Fixed bug in the Oracle-Instantiation
parent
97ffe2fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/de/tud/kom/p2psim/impl/scenario/DefaultHostBuilder.java
View file @
b965c287
...
...
@@ -244,14 +244,14 @@ public class DefaultHostBuilder implements HostBuilder, Builder {
}
log
.
info
(
"CREATED "
+
hosts
.
size
()
+
" hosts"
);
// Populate Global Oracle
GlobalOracle
.
populate
(
hosts
);
// initialize all hosts
for
(
SimHost
host
:
hosts
)
{
host
.
initialize
();
}
// Populate Global Oracle
GlobalOracle
.
populate
(
hosts
);
// initializeTopology (should be called after the initialize of all
// hosts.
/*
...
...
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