summaryrefslogtreecommitdiff
path: root/ctdb/include
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2016-11-25 14:37:17 +1100
committerMartin Schwenke <martins@samba.org>2016-12-05 08:09:22 +0100
commitca5565257531cc5e41aea84666bdd5b354c5138f (patch)
tree39e5431195e0a0a0c0fd1d209951787d8d0119b6 /ctdb/include
parent9ae62f15322fecd05cd9d925c5f359334155aed0 (diff)
downloadsamba-ca5565257531cc5e41aea84666bdd5b354c5138f.tar.gz
ctdb-daemon: Remove setting of debug_extra via ctdb_set_child_info()
Signed-off-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Martin Schwenke <martin@meltin.net>
Diffstat (limited to 'ctdb/include')
-rw-r--r--ctdb/include/ctdb_private.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/ctdb/include/ctdb_private.h b/ctdb/include/ctdb_private.h
index 0a68dae427b..3dc090ccaa7 100644
--- a/ctdb/include/ctdb_private.h
+++ b/ctdb/include/ctdb_private.h
@@ -604,9 +604,6 @@ int switch_from_server_to_client(struct ctdb_context *ctdb,
/* From server/ctdb_fork.c */
-void ctdb_set_child_info(TALLOC_CTX *mem_ctx, const char *child_name_fmt,
- ...) PRINTF_ATTRIBUTE(2,3);
-
void ctdb_track_child(struct ctdb_context *ctdb, pid_t pid);
pid_t ctdb_fork(struct ctdb_context *ctdb);