Browse Source

Added note about stop time being unused.


git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1273 e5f2f494-b856-4b98-b285-d166d9295462
Shane Kerr 15 years ago
parent
commit
08c793a6c9
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/bin/bind10/bind10.py.in

+ 2 - 0
src/bin/bind10/bind10.py.in

@@ -91,6 +91,8 @@ to avoid being restarted at exactly 10 seconds."""
                                                         sigma)
 
     def set_run_stop_time(self, when=None):
+        """We don't actually do anything with stop time now, but it 
+        might be useful for future algorithms."""
         if when is None:
             when = time.time()
         self.run_stop_time = when