diff --git a/cocluto/ClusterController/QueueMachine.py b/cocluto/ClusterController/QueueMachine.py index 1b521ab..f3daee0 100644 --- a/cocluto/ClusterController/QueueMachine.py +++ b/cocluto/ClusterController/QueueMachine.py @@ -17,6 +17,8 @@ class QueueMachine: self.m_numSlots = None self.m_numUsedSlots = None self.m_fCpuLoad = None + self.m_stateFlags = 0 + self.m_strDisableMessage = '' def getName( self ): """ returns the name of the machine queue (such as allintel.q@simpatix10)