]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Added comment about the position of file_list's "flags" var.
authorWayne Davison <wayned@samba.org>
Mon, 2 Feb 2004 21:32:56 +0000 (21:32 +0000)
committerWayne Davison <wayned@samba.org>
Mon, 2 Feb 2004 21:32:56 +0000 (21:32 +0000)
rsync.h

diff --git a/rsync.h b/rsync.h
index 1937c7c768aa1d4be996455f99b4826441caabc0..1d915c7d64092acae612e274a26cffc918dba082 100644 (file)
--- a/rsync.h
+++ b/rsync.h
@@ -425,7 +425,7 @@ struct file_struct {
        char *basedir;
        uid_t uid;
        gid_t gid;
-       uchar flags;
+       uchar flags;    /* this item MUST remain last */
 };
 
 #define ARENA_SIZE     (32 * 1024)