Browse Source

[213] Special evaluated component dict

Michal 'vorner' Vaner 13 years ago
parent
commit
0d1e501067
1 changed files with 6 additions and 0 deletions
  1. 6 0
      src/lib/python/isc/bind10/component.py

+ 6 - 0
src/lib/python/isc/bind10/component.py

@@ -152,6 +152,12 @@ class Component:
         """
         return self.__running
 
+specials = {}
+"""
+List of specially started components. Each one should be the class than can
+be created for that component.
+"""
+
 class Configurator:
     """
     This thing keeps track of configuration changes and starts and stops