Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb...
[linux-2.6-block.git] / drivers / scsi / qla2xxx / qla_target.h
index fa5630b469f384cf16e01263616655ebefa8796b..e0a58fd13f66d2a348230b8456183382839fa692 100644 (file)
@@ -870,6 +870,12 @@ struct qla_tgt {
        struct list_head tgt_list_entry;
 };
 
+struct qla_tgt_sess_op {
+       struct scsi_qla_host *vha;
+       struct atio_from_isp atio;
+       struct work_struct work;
+};
+
 /*
  * Equivilant to IT Nexus (Initiator-Target)
  */