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 935360e..bc7a46a 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