diff options
Diffstat (limited to 'include/target')
-rw-r--r-- | include/target/iscsi/iscsi_target_core.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/target/iscsi/iscsi_target_core.h b/include/target/iscsi/iscsi_target_core.h index 0e394a031c28..54e7af301888 100644 --- a/include/target/iscsi/iscsi_target_core.h +++ b/include/target/iscsi/iscsi_target_core.h | |||
@@ -62,6 +62,7 @@ | |||
62 | #define TA_CACHE_CORE_NPS 0 | 62 | #define TA_CACHE_CORE_NPS 0 |
63 | /* T10 protection information disabled by default */ | 63 | /* T10 protection information disabled by default */ |
64 | #define TA_DEFAULT_T10_PI 0 | 64 | #define TA_DEFAULT_T10_PI 0 |
65 | #define TA_DEFAULT_FABRIC_PROT_TYPE 0 | ||
65 | 66 | ||
66 | #define ISCSI_IOV_DATA_BUFFER 5 | 67 | #define ISCSI_IOV_DATA_BUFFER 5 |
67 | 68 | ||
@@ -772,6 +773,7 @@ struct iscsi_tpg_attrib { | |||
772 | u32 demo_mode_discovery; | 773 | u32 demo_mode_discovery; |
773 | u32 default_erl; | 774 | u32 default_erl; |
774 | u8 t10_pi; | 775 | u8 t10_pi; |
776 | u32 fabric_prot_type; | ||
775 | struct iscsi_portal_group *tpg; | 777 | struct iscsi_portal_group *tpg; |
776 | }; | 778 | }; |
777 | 779 | ||