In read_batch mode, we now let the code write out the index value
authorWayne Davison <wayned@samba.org>
Wed, 21 Jul 2004 23:59:25 +0000 (23:59 +0000)
committerWayne Davison <wayned@samba.org>
Wed, 21 Jul 2004 23:59:25 +0000 (23:59 +0000)
commit727b35f6659800b95d24d3955673f639298b655b
tree751e8c35f5e5527ca863ab76da96a55380ae7d9d
parentaa4343211f67bf77c46845f9f327b8a7d850b161
In read_batch mode, we now let the code write out the index value
to the f_out pipe before we return from recv_generator().  This gives
the receiver something to sync with so that it doesn't rush ahead of
us (which could be bad if we didn't have a chance to create the
destination dirs yet).
generator.c