diff --git a/lib/iscsi/conn.h b/lib/iscsi/conn.h index 637580354..d8b8f96fd 100644 --- a/lib/iscsi/conn.h +++ b/lib/iscsi/conn.h @@ -202,6 +202,7 @@ struct spdk_iscsi_conn { extern struct spdk_iscsi_conn *g_conns_array; void spdk_iscsi_task_cpl(struct spdk_scsi_task *scsi_task); +void spdk_iscsi_task_mgmt_cpl(struct spdk_scsi_task *scsi_task); int spdk_initialize_iscsi_conns(void); void spdk_shutdown_iscsi_conns(void); diff --git a/lib/iscsi/iscsi.h b/lib/iscsi/iscsi.h index 1811528aa..352a3e43c 100644 --- a/lib/iscsi/iscsi.h +++ b/lib/iscsi/iscsi.h @@ -429,7 +429,6 @@ void spdk_clear_all_transfer_task(struct spdk_iscsi_conn *conn, bool spdk_del_transfer_task(struct spdk_iscsi_conn *conn, uint32_t CmdSN); bool spdk_iscsi_is_deferred_free_pdu(struct spdk_iscsi_pdu *pdu); -void spdk_iscsi_task_mgmt_cpl(struct spdk_scsi_task *scsi_task); uint32_t spdk_iscsi_pdu_calc_header_digest(struct spdk_iscsi_pdu *pdu); uint32_t spdk_iscsi_pdu_calc_data_digest(struct spdk_iscsi_pdu *pdu);