diff options
author | Andrew Tridgell <tridge@samba.org> | 2007-02-08 02:59:58 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:44:50 -0500 |
commit | a2eff69b4b26ba6b3227b4bbe4557bc9b618d400 (patch) | |
tree | ebf8c7ad5a3e1ee8fbd6e7244e747852f1eea4e2 /source4/cluster/cluster.c | |
parent | aa40cc408b7b50f265913b5107932e237ce032a6 (diff) | |
download | samba-a2eff69b4b26ba6b3227b4bbe4557bc9b618d400.tar.gz |
r21233: first version of samba4 messaging using ctdb is working. This means we
should now work on a real cluster, and not just a localhost simulator
(This used to be commit f05072ad74fb08fd906bc500c5e89930bcc3387f)
Diffstat (limited to 'source4/cluster/cluster.c')
-rw-r--r-- | source4/cluster/cluster.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source4/cluster/cluster.c b/source4/cluster/cluster.c index ea800d2f62f..4be52b8233b 100644 --- a/source4/cluster/cluster.c +++ b/source4/cluster/cluster.c @@ -80,8 +80,7 @@ struct tdb_wrap *cluster_tdb_tmp_open(TALLOC_CTX *mem_ctx, const char *dbname, i register a callback function for a messaging endpoint */ NTSTATUS cluster_message_init(struct messaging_context *msg, struct server_id server, - void (*handler)(struct messaging_context *, - struct server_id, uint32_t, DATA_BLOB)) + cluster_message_fn_t handler) { cluster_init(); return ops->message_init(ops, msg, server, handler); |