Commit 7fda4893 authored by Georgios Dagkakis's avatar Georgios Dagkakis Committed by Jérome Perrin

interruptCause added in CoreObject as empty variable

parent 2614077d
......@@ -49,6 +49,7 @@ class CoreObject(Process):
#default attributes set so that the CoreObject has them
self.isPreemptive=False
self.resetOnPreemption=False
self.interruptCause=None
......
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