Skip to content
Snippets Groups Projects
Commit d8356848 authored by Subrata Banerjee's avatar Subrata Banerjee
Browse files

Adjustment of listeners' ID. Removal of a unnecessary import.

parent f4ee2d77
Branches master
No related tags found
No related merge requests found
......@@ -156,7 +156,7 @@ public class PktinProcessingTime {
// ms, TBD, alert not in logger
// TBD: Somehow need to get BB last listener id from BB
protected static final int BB_LAST_LISTENER_ID = 12;
protected static final int BB_LAST_LISTENER_ID = 13;
public class ProcTime {
OneComponentTime [] oneComp;
......
......@@ -62,7 +62,6 @@ import net.floodlightcontroller.util.ClusterDFS;
import net.floodlightcontroller.util.EventHistory;
import net.floodlightcontroller.util.EventHistory.EvAction;
import org.openflow.protocol.OFMatch;
import org.openflow.protocol.OFMessage;
import org.openflow.protocol.OFPacketIn;
import org.openflow.protocol.OFPacketOut;
......
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