X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/2c1775620a18b1d7b4ac2cffca14d948beb78570..4d51f0db79f11734a92db2d876aeb7b0f6546735:/rsync.h diff --git a/rsync.h b/rsync.h index 26379eb8..de9de8e7 100644 --- a/rsync.h +++ b/rsync.h @@ -498,8 +498,9 @@ struct idev { #define HL_SKIP 1 struct hlink { - int next; - int hlindex; + int32 next; + int32 hlindex; + unsigned short link_dest_used; }; #define F_DEV link_u.idev->dev