diff options
author | Andrew Tridgell <tridge@samba.org> | 2007-01-22 09:35:26 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:43:58 -0500 |
commit | ae7eab4cfc43b738bad15aec01233d41c2abbb83 (patch) | |
tree | 1b9bcdd7d2f40c206ed0317f4ffc2a693d1d9b70 /source4/cluster/ctdb/include/ctdb_private.h | |
parent | e04e99585cabd225c79cb492d02509514f030486 (diff) | |
download | samba-ae7eab4cfc43b738bad15aec01233d41c2abbb83.tar.gz samba-ae7eab4cfc43b738bad15aec01233d41c2abbb83.tar.bz2 samba-ae7eab4cfc43b738bad15aec01233d41c2abbb83.zip |
r20945: fixed the bug causing locktest to fail with the ctdb backend after a
couple of hundred opertations. Also removed a lot of the debug code I
was using to track this down.
(This used to be commit 7622e7b4b2694ec14062d0f6de035b946106a6aa)
Diffstat (limited to 'source4/cluster/ctdb/include/ctdb_private.h')
-rw-r--r-- | source4/cluster/ctdb/include/ctdb_private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/cluster/ctdb/include/ctdb_private.h b/source4/cluster/ctdb/include/ctdb_private.h index bace97afe7..db7da8fcaf 100644 --- a/source4/cluster/ctdb/include/ctdb_private.h +++ b/source4/cluster/ctdb/include/ctdb_private.h @@ -89,7 +89,7 @@ struct ctdb_context { struct ctdb_node **nodes; /* array of nodes in the cluster - indexed by vnn */ struct ctdb_registered_call *calls; /* list of registered calls */ char *err_msg; - struct tdb_context *ltdb; + struct tdb_wrap *ltdb; const struct ctdb_methods *methods; /* transport methods */ const struct ctdb_upcalls *upcalls; /* transport upcalls */ void *private; /* private to transport */ |