Parcourir la source

[213] Return a TODO comment

Michal 'vorner' Vaner il y a 13 ans
Parent
commit
fd3c952098
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      src/lib/python/isc/bind10/component.py

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

@@ -196,6 +196,8 @@ class Component:
         name as well).
         """
         self._boss.stop_process(self._process, self._address)
+        # TODO Some way to wait for the process that doesn't want to
+        # terminate and kill it would prove nice (or add it to boss somewhere?)
 
     def failed(self):
         """