Skip to content
Snippets Groups Projects
Commit 0114e25f authored by Martin Fong's avatar Martin Fong
Browse files

* Added flush () to write (List<OFMessage>, FloodlightContext).

parent b8ec8bd2
No related branches found
No related tags found
No related merge requests found
......@@ -230,6 +230,8 @@ public abstract class OFSwitchBase implements IOFSwitch {
FloodlightContext bc) throws IOException {
for (OFMessage m : msglist)
this.write(m, bc);
flush ();
}
private void write(List<OFMessage> msglist) throws IOException {
......
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