Merge "BUG 1712 - Distributed DataStore does not work properly with Transaction...
[controller.git] / opendaylight / md-sal / sal-clustering-commons / src / main / resources / ShardTransactionChain.proto
index 42f87cbda6dbd661b395efccd5ae9e729420759f..5dc67aa98fda691d0d014599104181508d94af08 100644 (file)
@@ -4,20 +4,10 @@ option java_package = "org.opendaylight.controller.protobuff.messages.transactio
 option java_outer_classname = "ShardTransactionChainMessages";
 
 message CloseTransactionChain {
-
+    optional string transactionChainId = 1;
 }
 
 message CloseTransactionChainReply{
 
-
-}
-
-message CreateTransactionChain {
-
-}
-
-message CreateTransactionChainReply{
-required string transactionChainPath = 1;
-
 }