tom

Fixing a compile issue.

...@@ -64,7 +64,7 @@ public class PathIntentInstaller ...@@ -64,7 +64,7 @@ public class PathIntentInstaller
64 treat.setOutput(link.src().port()); 64 treat.setOutput(link.src().port());
65 65
66 FlowRule f = new DefaultFlowRule(link.src().deviceId(), 66 FlowRule f = new DefaultFlowRule(link.src().deviceId(),
67 - builder.build(), treat.build(), 0, appId); 67 + builder.build(), treat.build(), 0, appId, 0);
68 flowRuleService.applyFlowRules(f); 68 flowRuleService.applyFlowRules(f);
69 69
70 prev = link.dst(); 70 prev = link.dst();
......