Re: commit b936741 breaks compilation on macos

2020-04-27 Thread Filipe Maia via rsync
This has now been fixed by 1c7785a.

On Sat, 25 Apr 2020 at 23:53, Filipe Maia  wrote:

> Hi,
>
> On systems with HAVE_SETATTRLIST, commit b936741 breaks compilation.
> This is because do_setattrlist_times hasn't been converted to STRUCT_STAT
> *stp.
> Here's a small patch to do it.
>
> Cheers,
> Filipe
>
> PS: I've been playing with IO_BUFFER_SIZE, MAX_MAP_SIZE and WRITE_SIZE.
> Any plans to make it configurable at runtime? It seems to make a big
> difference for large files on a fast link (about 5x in my case)
>
-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


commit b936741 breaks compilation on macos

2020-04-25 Thread Filipe Maia via rsync
Hi,

On systems with HAVE_SETATTRLIST, commit b936741 breaks compilation.
This is because do_setattrlist_times hasn't been converted to STRUCT_STAT
*stp.
Here's a small patch to do it.

Cheers,
Filipe

PS: I've been playing with IO_BUFFER_SIZE, MAX_MAP_SIZE and WRITE_SIZE. Any
plans to make it configurable at runtime? It seems to make a big difference
for large files on a fast link (about 5x in my case)


0001-Update-do_setattrlist_times-to-use-the-new-STRUCT_ST.patch
Description: Binary data
-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html