summaryrefslogtreecommitdiff
path: root/distbuild/protocol.py
diff options
context:
space:
mode:
Diffstat (limited to 'distbuild/protocol.py')
-rw-r--r--distbuild/protocol.py5
1 files changed, 5 insertions, 0 deletions
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',