- Made the sock_{in,out} variables non-static.
authorWayne Davison <wayned@samba.org>
Sat, 5 Mar 2005 00:21:48 +0000 (00:21 +0000)
committerWayne Davison <wayned@samba.org>
Sat, 5 Mar 2005 00:21:48 +0000 (00:21 +0000)
commitcdf236aaf5461d02ebd5c1a9f5d6d7ad970af3c8
tree827e187c64701a0e0afc10adf39979b084cfa8a5
parent9f2e3c3f528c564be9f9908614e9fcef7c80cd01
- Made the sock_{in,out} variables non-static.
- Added hlink_list, a FIFO list of finished hard-link items.
- Made get_redo_num() check for finished hard-link items and
  call the generator when they are found.  This ensures that
  we finish all the hard-link items by the time the MSG_DONE
  is read and returned to the generator.
- Added get_hlink_num() to read the new hlink_list.
io.c