mirror of
https://github.com/samba-team/samba.git
synced 2025-03-27 22:50:26 +03:00
s4:cluster: s/private/private_data
metze
This commit is contained in:
parent
0fadddf8d4
commit
d0ad2ecdea
@ -36,7 +36,7 @@ struct cluster_ops {
|
||||
cluster_message_fn_t handler);
|
||||
NTSTATUS (*message_send)(struct cluster_ops *ops,
|
||||
struct server_id server, DATA_BLOB *data);
|
||||
void *private; /* backend state */
|
||||
void *private_data; /* backend state */
|
||||
};
|
||||
|
||||
void cluster_set_ops(struct cluster_ops *new_ops);
|
||||
|
@ -103,7 +103,7 @@ static struct cluster_ops cluster_local_ops = {
|
||||
.backend_handle = local_backend_handle,
|
||||
.message_init = local_message_init,
|
||||
.message_send = local_message_send,
|
||||
.private = NULL
|
||||
.private_data = NULL
|
||||
};
|
||||
|
||||
void cluster_local_init(void)
|
||||
|
Loading…
x
Reference in New Issue
Block a user