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
88fe42d9
Commit
88fe42d9
authored
Nov 24, 2015
by
Björn Richerzhagen
Browse files
Bugfix in TopologyComponent-SiSAdapter
parent
b8d7d520
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/de/tud/kom/p2psim/impl/topology/DefaultTopologyComponent.java
View file @
88fe42d9
...
...
@@ -147,7 +147,7 @@ public class DefaultTopologyComponent implements TopologyComponent {
@Override
public
void
eventOccurred
(
Object
content
,
int
type
)
{
if
(
get
Topology
().
getTopologyView
(
PhyType
.
WIFI
)
!=
null
)
{
if
(
get
Host
().
getLinkLayer
().
hasPhy
(
PhyType
.
WIFI
))
{
new
SiSTopologyProvider
(
sis
,
SiSTypes
.
NEIGHBORS_WIFI
,
DefaultTopologyComponent
.
this
,
getTopologyID
(
NetInterfaceName
.
WIFI
,
true
),
...
...
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