summaryrefslogtreecommitdiffstats
path: root/ctdb/include/ctdb_private.h
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2013-09-12 16:43:43 +1000
committerAmitay Isaacs <amitay@gmail.com>2013-10-04 15:20:25 +1000
commitbe33efa3e441281ad81a66ffcb78935aef61b05b (patch)
tree6aa65ea2bee4b164a8063e66611a09c8a6e5e135 /ctdb/include/ctdb_private.h
parent91d644325dbf0c4ceeff2dfee38534c0667e1529 (diff)
downloadsamba-be33efa3e441281ad81a66ffcb78935aef61b05b.tar.gz
samba-be33efa3e441281ad81a66ffcb78935aef61b05b.tar.xz
samba-be33efa3e441281ad81a66ffcb78935aef61b05b.zip
ctdbd: Remove transaction code related to TRANS2 commits
This removes data types and structure elements related to TRANS2 persistent transaction code. Signed-off-by: Amitay Isaacs <amitay@gmail.com> (This used to be ctdb commit 22a253b7ccf1ff854cddf0b67969dc84d7d6a654)
Diffstat (limited to 'ctdb/include/ctdb_private.h')
-rw-r--r--ctdb/include/ctdb_private.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ctdb/include/ctdb_private.h b/ctdb/include/ctdb_private.h
index 3bbddb4bc2c..13e482f2334 100644
--- a/ctdb/include/ctdb_private.h
+++ b/ctdb/include/ctdb_private.h
@@ -575,7 +575,6 @@ struct ctdb_db_context {
uint32_t seqnum;
struct timed_event *seqnum_update;
struct ctdb_traverse_local_handle *traverse;
- bool transaction_active;
struct ctdb_vacuum_handle *vacuum_handle;
char *unhealthy_reason;
int pending_requests;