]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Added FLAG_MISSING.
authorWayne Davison <wayned@samba.org>
Mon, 5 Jun 2006 16:52:34 +0000 (16:52 +0000)
committerWayne Davison <wayned@samba.org>
Mon, 5 Jun 2006 16:52:34 +0000 (16:52 +0000)
rsync.h

diff --git a/rsync.h b/rsync.h
index 935360efe06a4cd35944fad27f09729ee8dcfe71..bc7a46abb7137a8bb2f01741bcf7f7db69ab8895 100644 (file)
--- a/rsync.h
+++ b/rsync.h
@@ -64,6 +64,7 @@
 #define FLAG_DEL_HERE (1<<3)   /* receiver/generator */
 #define FLAG_HLINK_TOL (1<<4)  /* receiver/generator */
 #define FLAG_NO_FUZZY (1<<5)   /* generator */
+#define FLAG_MISSING (1<<6)    /* generator */
 
 /* update this if you make incompatible changes */
 #define PROTOCOL_VERSION 29