Added LIVE_FLAGS define.

This commit is contained in:
Wayne Davison
2004-01-10 21:09:06 +00:00
parent 58422e8393
commit caf5cc9152

View File

@@ -54,6 +54,9 @@
#define HAS_INODE_DATA (1<<9)
#define SAME_DEV (1<<10)
/* What flags are relevant after the transfer of the flist is complete? */
#define LIVE_FLAGS (FLAG_DELETE|HAS_INODE_DATA)
/* update this if you make incompatible changes */
#define PROTOCOL_VERSION 28