Remove LACOUNT and LACCESSOR and migrate the records immediately.
[sahlberg/ctdb.git] / include / ctdb_protocol.h
index 1568460a03235f0c7dd8e04f95e7b88d513c9cc3..12e4c89be41d04c96cc35f6ccff8686aa1f22e99 100644 (file)
@@ -476,8 +476,8 @@ enum ctdb_trans2_commit_error {
 struct ctdb_ltdb_header {
        uint64_t rsn;
        uint32_t dmaster;
-       uint32_t laccessor;
-       uint32_t lacount;
+       uint32_t reserved1;
+       uint32_t reserved2;
 };