Commit e0cebfb4 authored by Georgios Dagkakis's avatar Georgios Dagkakis

ScheduledMaintenance to have type attr

parent 4749c80e
......@@ -44,6 +44,7 @@ class ScheduledMaintenance(ObjectInterruption):
loaded : the maintenance starts as soon as the victim has ended processing
emptied : the maintenance starts as soon as the victim is empty
'''
self.type="ScheduledMaintenance"
ObjectInterruption.__init__(self,victim)
self.start=start
self.duration=duration
......
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