more cleanup
[fleet.git] / src / edu / berkeley / fleet / dataflow / ForeverNode.java
index 3119f39..6f66ad0 100644 (file)
@@ -14,7 +14,7 @@ public class ForeverNode extends Node {
             public void sendToken(LoopFactory lf) { }
             public void recvWord(LoopFactory lf) { }
             public void build(Context ctx) { }
-            public void reset(Context ctx, int phase, Destination ackDestination) { }
+            public int  reset(Context ctx, int phase, Destination ackDestination) { return 0; }
             public void setPeer(InPort peer) {
                 this.peer = peer;
                 DockInPort pip = ((DockInPort)peer);