aboutsummaryrefslogtreecommitdiff
path: root/libcmix-protobuf
diff options
context:
space:
mode:
Diffstat (limited to 'libcmix-protobuf')
-rw-r--r--libcmix-protobuf/cmix.proto4
1 files changed, 3 insertions, 1 deletions
diff --git a/libcmix-protobuf/cmix.proto b/libcmix-protobuf/cmix.proto
index 00ab377..e048fef 100644
--- a/libcmix-protobuf/cmix.proto
+++ b/libcmix-protobuf/cmix.proto
@@ -40,7 +40,8 @@ message PreMix {
}
message PrePost {
- repeated bytes PiRS = 1;
+ repeated bytes r_EPiRS = 1;
+ repeated bytes m_EPiRS = 2;
}
message CMixMessage {
@@ -54,5 +55,6 @@ message CMixMessage {
NodeReady nodeready = 7;
PrePre prepre = 8;
PreMix premix = 9;
+ PrePost prepost = 10;
}
}