Added link_dest_used unsigned short to struct hlink and made the
[rsync/rsync.git] / rsync.h
diff --git a/rsync.h b/rsync.h
index 26379eb..de9de8e 100644 (file)
--- 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