Commit 3c7b68f9 authored by Ioannis Papagiannopoulos's avatar Ioannis Papagiannopoulos Committed by Georgios Dagkakis

minor TODO comment correction in ScheduledMaintenance

parent d5c1a0c2
...@@ -86,7 +86,7 @@ class ScheduledMaintenance(ObjectInterruption): ...@@ -86,7 +86,7 @@ class ScheduledMaintenance(ObjectInterruption):
self.victim.endedLastProcessing=self.env.event() self.victim.endedLastProcessing=self.env.event()
waitTime=self.env.now-waitStartTime waitTime=self.env.now-waitStartTime
self.interruptVictim() self.interruptVictim()
# XXX not yet used # XXX not yet implemented
elif self.endStatus=='emptied': elif self.endStatus=='emptied':
waitStartTime=self.env.now waitStartTime=self.env.now
self.waitingSignal=True self.waitingSignal=True
......
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