From 2e87c9912e84409e8ac6eba43dc03593be06ca33 Mon Sep 17 00:00:00 2001 From: Richard Ipsum Date: Tue, 22 Apr 2014 19:23:09 +0100 Subject: Add new step-already-started message to protocol --- distbuild/protocol.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'distbuild') diff --git a/distbuild/protocol.py b/distbuild/protocol.py index 9a4c362e..561201bb 100644 --- a/distbuild/protocol.py +++ b/distbuild/protocol.py @@ -39,6 +39,11 @@ _types = { 'step_name', 'worker_name', ], + 'step-already-started': [ + 'id', + 'step_name', + 'worker_name', + ], 'step-output': [ 'id', 'step_name', -- cgit v1.2.1