Commit f05ce07f authored by Ioannis Papagiannopoulos's avatar Ioannis Papagiannopoulos Committed by Georgios Dagkakis

NonStarvingEntry updated for the new type of singalling

parent 827c2438
......@@ -80,5 +80,6 @@ class NonStarvingEntry(Queue):
Globals.setWIP([E])
G.numberOfEntities+=1
if not self.canDispose.triggered:
self.canDispose.succeed(self.env.now)
succeedTuple=(self, self.env.now)
self.canDispose.succeed(succeedTuple)
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment