Add an optimization to pthread aio writes to also do fsync if requested.
[mat/samba.git] / source3 / smbd / proto.h
index 9aaa00a1ce707b2036339d1f96397a55bd3259c2..26d6432c15223cb7aa62e11e8d6c624c3b2edfa3 100644 (file)
@@ -64,6 +64,7 @@ void srv_set_signing(struct smbd_server_connection *conn,
 
 /* The following definitions come from smbd/aio.c  */
 
+bool aio_write_through_requested(struct aio_extra *aio_ex);
 bool initialize_async_io_handler(void);
 NTSTATUS schedule_aio_read_and_X(connection_struct *conn,
                             struct smb_request *req,