From: Wayne Davison Date: Sun, 17 Dec 2006 00:40:28 +0000 (+0000) Subject: Got rid of the hlink_pool in favor of using the new hashtable code X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/9d737ecb7ad35232104913df1ee01dc5623b12d2?ds=sidebyside;hp=9d737ecb7ad35232104913df1ee01dc5623b12d2 Got rid of the hlink_pool in favor of using the new hashtable code on the receiving side. This allows us to always use a 32-bit number to identify the hardlink clusters, even on a system where pointers are 64-bits. Also made changes to handle the use of F_ROOTDIR() and F_DEPTH() instead of the old union that wasted space on the receiving side when pointers are 64-bits. ---