diff options
Diffstat (limited to 'source4/cluster/cluster_private.h')
-rw-r--r-- | source4/cluster/cluster_private.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source4/cluster/cluster_private.h b/source4/cluster/cluster_private.h index 2dc749d890..df8848fe73 100644 --- a/source4/cluster/cluster_private.h +++ b/source4/cluster/cluster_private.h @@ -34,8 +34,7 @@ struct cluster_ops { struct messaging_context *msg, struct server_id server, cluster_message_fn_t handler); NTSTATUS (*message_send)(struct cluster_ops *ops, - struct server_id server, uint32_t msg_type, - DATA_BLOB *data); + struct server_id server, DATA_BLOB *data); void *private; /* backend state */ }; |