BUG 1712 - Distributed DataStore does not work properly with Transaction Chains
[controller.git] / opendaylight / md-sal / sal-clustering-commons / src / main / resources / ShardTransaction.proto
index 63b75ac430f9bbbaca2ad8d1ecb7c63f0cff37d2..26581478d97a1449ff88a07383e9a88c554aa9a5 100644 (file)
@@ -15,6 +15,7 @@ message CloseTransactionReply{
 message CreateTransaction{
   required string transactionId = 1;
   required int32  transactionType =2;
+  optional string transactionChainId = 3;
 }
 
 message CreateTransactionReply{