summaryrefslogtreecommitdiff
path: root/distbuild/helper_router.py
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2014-04-14 11:20:02 +0300
committerSam Thursfield <sam.thursfield@codethink.co.uk>2014-04-14 11:20:02 +0300
commit0baae51e217f4999c1f068c458527d598284ddec (patch)
tree6b13cf44af03a1870fb730a3fa4825fc552df397 /distbuild/helper_router.py
parent63f7346990802f01ef76cba75495f6f7d1409028 (diff)
parentf05022d39b530069a75fbecfd744bca66cc0ce66 (diff)
downloadmorph-0baae51e217f4999c1f068c458527d598284ddec.tar.gz
Merge branch 'sam/distbuild-concurrency-fixes'
Reviewed-By: Lars Wirzenius <lars.wirzenius@codethink.co.uk>
Diffstat (limited to 'distbuild/helper_router.py')
-rw-r--r--distbuild/helper_router.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/distbuild/helper_router.py b/distbuild/helper_router.py
index 752a5fdb..1f0ce45b 100644
--- a/distbuild/helper_router.py
+++ b/distbuild/helper_router.py
@@ -82,6 +82,7 @@ class HelperRouter(distbuild.StateMachine):
self.mainloop.add_state_machine(jm)
spec = [
+ # state, source, event_class, new_state, callback
('idle', HelperRouter, HelperRequest, 'idle',
self._handle_request),
('idle', jm, distbuild.JsonNewMessage, 'idle', self._helper_msg),