Added notifications about error-exit values:
authorWayne Davison <wayned@samba.org>
Sat, 7 Nov 2009 08:39:50 +0000 (00:39 -0800)
committerWayne Davison <wayned@samba.org>
Sat, 7 Nov 2009 09:22:11 +0000 (01:22 -0800)
commitf9185203ee03152001530db5624a2b8c93e1ea94
tree8b1fb3dff27b0d87412a6739aba1f6de027a8e73
parent84c11e85a4c4a12ecacba24afe9617222e4361e6
Added notifications about error-exit values:

- The receiver notifies the generator if it is exiting with an error,
  and then, if it is a server, waits around for the generator to die.
  This ensures that the client side has time to read the error.
- The generator or sender will notifiy the other side of the transfer of
  an error-exit value if protocol 31 is in effect.  This will get rid of
  some "connection unexpectedly closed" errors that are really expected
  events due to a fatal exit on the other side.
cleanup.c
errcode.h
io.c
log.c
rsync.h