messaging3: The backend send_fn doesn't need a messaging_context
[samba.git] / source3 / include / messages.h
index 852e8a10b24402a2d66b813a12d1193f336fed8f..9a63cd64b1a2fda7a8de00a988bd737dcd9b72e0 100644 (file)
@@ -87,9 +87,9 @@ struct messaging_context {
 };
 
 struct messaging_backend {
-       NTSTATUS (*send_fn)(struct messaging_context *msg_ctx,
+       NTSTATUS (*send_fn)(struct server_id src,
                            struct server_id pid, int msg_type,
-                           const DATA_BLOB *data,
+                           const struct iovec *iov, int iovlen,
                            struct messaging_backend *backend);
        void *private_data;
 };