• Wayne Davison's avatar
    - Changed hlink_list[] to store file-list indexes instead of · 9f2e3c3f
    Wayne Davison authored
      pointers.
    - Made hard_link_one() non-static so that the generator can call it.
      Improved it to do itemized output.
    - Replaced do_hard_links() with hard_link_cluster(), which changes
      the hard-linking from a post-transfer loop into a per-cluster
      operation that occurs incrementally as the transfer updates (or
      finds unchanged) one item in the cluster.
    9f2e3c3f
hlink.c 5.77 KB