From 8de4c33d8f089f2f47817278f8781f194da898d0 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 9 Feb 2007 01:52:13 +0000 Subject: r21256: - msg_type is not needed in the cluster messaging API - merge ctdb_get_num_nodes() from bzr tree (This used to be commit 3df7527aedeba7ce2f4a6ca2d3b7167f58c6b68a) --- source4/cluster/local.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source4/cluster/local.c') diff --git a/source4/cluster/local.c b/source4/cluster/local.c index 338bac500a..5d0df475d7 100644 --- a/source4/cluster/local.c +++ b/source4/cluster/local.c @@ -88,8 +88,7 @@ static NTSTATUS local_message_init(struct cluster_ops *ops, dummy message send */ static NTSTATUS local_message_send(struct cluster_ops *ops, - struct server_id server, uint32_t msg_type, - DATA_BLOB *data) + struct server_id server, DATA_BLOB *data) { return NT_STATUS_INVALID_DEVICE_REQUEST; } -- cgit