aboutsummaryrefslogtreecommitdiff
path: root/libcmix-protobuf/cmix.proto
diff options
context:
space:
mode:
Diffstat (limited to 'libcmix-protobuf/cmix.proto')
-rw-r--r--libcmix-protobuf/cmix.proto11
1 files changed, 11 insertions, 0 deletions
diff --git a/libcmix-protobuf/cmix.proto b/libcmix-protobuf/cmix.proto
index ce1f2c2..8bb1d42 100644
--- a/libcmix-protobuf/cmix.proto
+++ b/libcmix-protobuf/cmix.proto
@@ -48,6 +48,15 @@ message PrePost {
repeated bytes m_EPiRS = 2;
}
+message RealPre {
+ repeated bytes h = 1;
+ repeated bytes m = 2;
+}
+
+message RealMix {
+ repeated bytes m = 2;
+}
+
message CMixMessage {
oneof contents {
Initialization initialization = 1;
@@ -61,5 +70,7 @@ message CMixMessage {
PrePre prepre = 9;
PreMix premix = 10;
PrePost prepost = 11;
+ RealPre realpre = 12;
+ RealMix realmix = 13;
}
}