aboutsummaryrefslogtreecommitdiff
path: root/include/target/target_core_configfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/target/target_core_configfs.h')
-rw-r--r--include/target/target_core_configfs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/target/target_core_configfs.h b/include/target/target_core_configfs.h
index 612509592ff..e0801386e4d 100644
--- a/include/target/target_core_configfs.h
+++ b/include/target/target_core_configfs.h
@@ -23,6 +23,7 @@ struct target_fabric_configfs_template {
struct config_item_type tfc_tpg_np_cit;
struct config_item_type tfc_tpg_np_base_cit;
struct config_item_type tfc_tpg_attrib_cit;
+ struct config_item_type tfc_tpg_auth_cit;
struct config_item_type tfc_tpg_param_cit;
struct config_item_type tfc_tpg_nacl_cit;
struct config_item_type tfc_tpg_nacl_base_cit;
@@ -53,4 +54,3 @@ struct target_fabric_configfs {
struct target_fabric_configfs_template tf_cit_tmpl;
};
-#define TF_CIT_TMPL(tf) (&(tf)->tf_cit_tmpl)