aboutsummaryrefslogtreecommitdiffstats
path: root/include/target
diff options
context:
space:
mode:
Diffstat (limited to 'include/target')
-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 cadd4f6e57e1..af088a9e4905 100644
--- a/include/target/target_core_base.h
+++ b/include/target/target_core_base.h
@@ -541,6 +541,7 @@ struct se_cmd {
541 struct list_head se_queue_node; 541 struct list_head se_queue_node;
542 struct list_head se_cmd_list; 542 struct list_head se_cmd_list;
543 struct completion cmd_wait_comp; 543 struct completion cmd_wait_comp;
544 struct kref cmd_kref;
544 struct target_core_fabric_ops *se_tfo; 545 struct target_core_fabric_ops *se_tfo;
545 int (*execute_task)(struct se_task *); 546 int (*execute_task)(struct se_task *);
546 void (*transport_complete_callback)(struct se_cmd *); 547 void (*transport_complete_callback)(struct se_cmd *);