summaryrefslogtreecommitdiffstats
path: root/ctdb/include/ctdb_private.h
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2014-06-06 15:08:22 +1000
committerMartin Schwenke <martins@samba.org>2014-06-12 05:40:10 +0200
commit22f71579a46203236bb6ec7e5bef3b2151700898 (patch)
treece2d7c262145871e1665e5269433956559718ea2 /ctdb/include/ctdb_private.h
parente11483012460fd3654bd0a3640755f581d3fecf4 (diff)
downloadsamba-22f71579a46203236bb6ec7e5bef3b2151700898.tar.gz
samba-22f71579a46203236bb6ec7e5bef3b2151700898.tar.xz
samba-22f71579a46203236bb6ec7e5bef3b2151700898.zip
ctdb-daemon: Instead of passing ctdb context, pass valgrinding boolean
Signed-off-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Martin Schwenke <martin@meltin.net>
Diffstat (limited to 'ctdb/include/ctdb_private.h')
-rw-r--r--ctdb/include/ctdb_private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/include/ctdb_private.h b/ctdb/include/ctdb_private.h
index 3d17d3926e9..edba45be804 100644
--- a/ctdb/include/ctdb_private.h
+++ b/ctdb/include/ctdb_private.h
@@ -1370,7 +1370,7 @@ int ctdb_repack(struct ctdb_context *ctdb, int argc, const char **argv);
int32_t ctdb_monitoring_mode(struct ctdb_context *ctdb);
bool ctdb_stopped_monitoring(struct ctdb_context *ctdb);
int ctdb_set_child_logging(struct ctdb_context *ctdb);
-void ctdb_lockdown_memory(struct ctdb_context *ctdb);
+void ctdb_lockdown_memory(bool valgrinding);
struct client_async_data {
enum ctdb_controls opcode;