Przeglądaj źródła

ZOOKEEPER-1046: Creating a new sequential node results in a ZNODEEXISTS error

git-svn-id: https://svn.apache.org/repos/asf/zookeeper/trunk@1138958 13f79535-47bb-0310-9956-ffa450edef68
Camille Fournier 14 lat temu
rodzic
commit
3249687c7c
1 zmienionych plików z 7 dodań i 0 usunięć
  1. 7 0
      src/zookeeper.jute

+ 7 - 0
src/zookeeper.jute

@@ -224,11 +224,18 @@ module org.apache.zookeeper.txn {
         long time;
         int type;
     }
+    class CreateTxnV0 {
+        ustring path;
+        buffer data;
+        vector<org.apache.zookeeper.data.ACL> acl;
+        boolean ephemeral;
+    }
     class CreateTxn {
         ustring path;
         buffer data;
         vector<org.apache.zookeeper.data.ACL> acl;
         boolean ephemeral;
+        int parentCVersion;
     }
     class DeleteTxn {
         ustring path;