summaryrefslogtreecommitdiff
path: root/distbuild/protocol.py
diff options
context:
space:
mode:
Diffstat (limited to 'distbuild/protocol.py')
-rw-r--r--distbuild/protocol.py13
1 files changed, 12 insertions, 1 deletions
diff --git a/distbuild/protocol.py b/distbuild/protocol.py
index 8de60ba4..9aab6a6d 100644
--- a/distbuild/protocol.py
+++ b/distbuild/protocol.py
@@ -22,7 +22,7 @@
# time a change is introduced that would break server/initiator compatibility
-VERSION = 3
+VERSION = 4
_required_fields = {
@@ -107,6 +107,17 @@ _required_fields = {
'id',
'protocol_version',
],
+ 'graphing-started': [
+ 'id',
+ ],
+ 'graphing-finished': [
+ 'id'
+ ],
+ 'cache-state': [
+ 'id',
+ 'unbuilt',
+ 'total'
+ ]
}