X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/dfe1ed5e97be175a7a95aba6a334744d59df4af5..44885a398f507d9202bd5b9bb72c1d5993aea67c:/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