Skip to content
Snippets Groups Projects
Commit b8d60128 authored by Alex Reimers's avatar Alex Reimers
Browse files

Move this to avoid null pointers.

parent 2ef2e881
No related branches found
No related tags found
No related merge requests found
......@@ -430,6 +430,10 @@ public class PktInProcessingTime
}
}
public PktInProcessingTime() {
perfMonCfgs = new PerfMonConfigs();
}
// IFloodlightModule methods
@Override
......@@ -461,7 +465,7 @@ public class PktInProcessingTime
@Override
public void init(FloodlightModuleContext context)
throws FloodlightModuleException {
perfMonCfgs = new PerfMonConfigs();
// no-op
}
@Override
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment