]> wimlib.net Git - wimlib/blobdiff - include/wimlib/inode.h
Improved handling of Data Deduplication reparse points
[wimlib] / include / wimlib / inode.h
index 8785e1f7e1d385767b04ec0378d3e89b17196f34..7652ef525a351c61f21069f303efd5ed3989fec8 100644 (file)
@@ -239,6 +239,7 @@ struct wim_inode_extra {
  */
 #define WIM_IO_REPARSE_TAG_MOUNT_POINT         0xA0000003
 #define WIM_IO_REPARSE_TAG_SYMLINK             0xA000000C
+#define WIM_IO_REPARSE_TAG_DEDUP               0x80000013
 #define WIM_IO_REPARSE_TAG_WOF                 0x80000017
 
 /* Flags for the rp_flags field.  Currently the only known flag is NOT_FIXED,