]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Added F_HEAD and F_NEXT defines.
authorWayne Davison <wayned@samba.org>
Mon, 12 Jan 2004 03:48:43 +0000 (03:48 +0000)
committerWayne Davison <wayned@samba.org>
Mon, 12 Jan 2004 03:48:43 +0000 (03:48 +0000)
rsync.h

diff --git a/rsync.h b/rsync.h
index d615f1a9986dd0f6fefc6fe7bfd6484ddf28365c..0089f6f90342551a9e837f2b3f25f0150e84c7df 100644 (file)
--- a/rsync.h
+++ b/rsync.h
@@ -384,6 +384,9 @@ struct idev {
 #define F_DEV  link_u.idev->dev
 #define F_INODE        link_u.idev->inode
 
+#define F_HEAD link_u.links->head
+#define F_NEXT link_u.links->next
+
 struct file_struct {
        time_t modtime;
        OFF_T length;