aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/target/target_core_base.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/target/target_core_base.h b/include/target/target_core_base.h
index 732ce804020c..68a4ca698025 100644
--- a/include/target/target_core_base.h
+++ b/include/target/target_core_base.h
@@ -163,6 +163,7 @@ enum se_cmd_flags_table {
163 SCF_ACK_KREF = 0x00040000, 163 SCF_ACK_KREF = 0x00040000,
164 SCF_COMPARE_AND_WRITE = 0x00080000, 164 SCF_COMPARE_AND_WRITE = 0x00080000,
165 SCF_COMPARE_AND_WRITE_POST = 0x00100000, 165 SCF_COMPARE_AND_WRITE_POST = 0x00100000,
166 SCF_CMD_XCOPY_PASSTHROUGH = 0x00200000,
166}; 167};
167 168
168/* struct se_dev_entry->lun_flags and struct se_lun->lun_access */ 169/* struct se_dev_entry->lun_flags and struct se_lun->lun_access */