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 5ae92492d1ee..82cb4ed06f71 100644
--- a/include/target/target_core_base.h
+++ b/include/target/target_core_base.h
@@ -570,6 +570,7 @@ struct se_cmd {
570 enum target_prot_ho prot_handover; 570 enum target_prot_ho prot_handover;
571 sense_reason_t pi_err; 571 sense_reason_t pi_err;
572 sector_t bad_sector; 572 sector_t bad_sector;
573 bool prot_pto;
573}; 574};
574 575
575struct se_ua { 576struct se_ua {