aboutsummaryrefslogtreecommitdiffstats
path: root/include/target
diff options
context:
space:
mode:
Diffstat (limited to 'include/target')
-rw-r--r--include/target/target_core_base.h1
-rw-r--r--include/target/target_core_fabric.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/include/target/target_core_base.h b/include/target/target_core_base.h
index f8aa300b0d25..2cda5638a4cc 100644
--- a/include/target/target_core_base.h
+++ b/include/target/target_core_base.h
@@ -642,6 +642,7 @@ struct se_node_acl {
642 struct list_head acl_list; 642 struct list_head acl_list;
643 struct list_head acl_sess_list; 643 struct list_head acl_sess_list;
644 struct completion acl_free_comp; 644 struct completion acl_free_comp;
645 struct kref acl_kref;
645}; 646};
646 647
647struct se_session { 648struct se_session {
diff --git a/include/target/target_core_fabric.h b/include/target/target_core_fabric.h
index 7e76aa167009..032c48753cfa 100644
--- a/include/target/target_core_fabric.h
+++ b/include/target/target_core_fabric.h
@@ -108,6 +108,7 @@ void transport_register_session(struct se_portal_group *,
108void target_get_session(struct se_session *); 108void target_get_session(struct se_session *);
109int target_put_session(struct se_session *); 109int target_put_session(struct se_session *);
110void transport_free_session(struct se_session *); 110void transport_free_session(struct se_session *);
111void target_put_nacl(struct se_node_acl *);
111void transport_deregister_session_configfs(struct se_session *); 112void transport_deregister_session_configfs(struct se_session *);
112void transport_deregister_session(struct se_session *); 113void transport_deregister_session(struct se_session *);
113 114