From: Wayne Davison Date: Sun, 25 Jan 2004 22:32:10 +0000 (+0000) Subject: We now link the hard-linked flist entries into a circular list, mark X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/d38fc3056318ed19ee08941c2d4f4881d84d9130?hp=d38fc3056318ed19ee08941c2d4f4881d84d9130 We now link the hard-linked flist entries into a circular list, mark the last item with FLAG_HLINK_EOL, and save off an index for our master entry in the hlink_list[] array. Added the hard_link_check() function. ---