[svn] commit: r1335 - /trunk/src/bin/bind10/bind10.py.in

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Mar 11 22:25:27 UTC 2010


Author: shane
Date: Thu Mar 11 22:25:27 2010
New Revision: 1335

Log:
Declare the global variables in the global space.


Modified:
    trunk/src/bin/bind10/bind10.py.in

Modified: trunk/src/bin/bind10/bind10.py.in
==============================================================================
--- trunk/src/bin/bind10/bind10.py.in (original)
+++ trunk/src/bin/bind10/bind10.py.in Thu Mar 11 22:25:27 2010
@@ -481,6 +481,10 @@
         # return the time when the next process is ready to be restarted
         return next_restart
 
+# global variables, needed for signal handlers
+options = None
+boss_of_bind = None
+
 def reaper(signal_number, stack_frame):
     """A child process has died (SIGCHLD received)."""
     # don't do anything... 




More information about the bind10-changes mailing list