Commit 5c36c5a193527d08240674e6237bedea52b18043

Authored by adumas
1 parent d5f2060f

debug

src/main/java/net/floodlightcontroller/pelstats/PELStats.java
... ... @@ -717,6 +717,7 @@ public class PELStats implements IFloodlightModule, IOFMessageListener, RestAPIP
717 717 PELStats.callStatsMap=new ConcurrentHashMap<Integer, List<double[]>>() ;
718 718 PELStats.voipStatsMap=new ConcurrentHashMap<IOFSwitch, List<double[][]>>() ;
719 719 PELStats.cacStatsMap=new ConcurrentHashMap<IOFSwitch, List<double[]>>() ;
  720 + PELStats.queueStatsMap=new ConcurrentHashMap<IOFSwitch, List<double[]>>() ;
720 721 PELStats.cacEnabledMap=new ConcurrentHashMap<IOFSwitch, Boolean>() ;
721 722 requestThread.start();
722 723 }
... ...