summaryrefslogtreecommitdiff
path: root/source4/cluster/cluster.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2007-02-08 02:59:58 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:44:50 -0500
commita2eff69b4b26ba6b3227b4bbe4557bc9b618d400 (patch)
treeebf8c7ad5a3e1ee8fbd6e7244e747852f1eea4e2 /source4/cluster/cluster.h
parentaa40cc408b7b50f265913b5107932e237ce032a6 (diff)
downloadsamba-a2eff69b4b26ba6b3227b4bbe4557bc9b618d400.tar.gz
samba-a2eff69b4b26ba6b3227b4bbe4557bc9b618d400.tar.bz2
samba-a2eff69b4b26ba6b3227b4bbe4557bc9b618d400.zip
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.h')
-rw-r--r--source4/cluster/cluster.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source4/cluster/cluster.h b/source4/cluster/cluster.h
index 6f076e7f78..d182bf5526 100644
--- a/source4/cluster/cluster.h
+++ b/source4/cluster/cluster.h
@@ -34,8 +34,7 @@
#define cluster_node_equal(id1, id2) ((id1)->node == (id2)->node)
struct messaging_context;
-typedef void (*cluster_message_fn_t)(struct messaging_context *,
- struct server_id, uint32_t, DATA_BLOB);
+typedef void (*cluster_message_fn_t)(struct messaging_context *, DATA_BLOB);
/* prototypes */
struct server_id cluster_id(uint32_t id);