|
@@ -26,6 +26,7 @@ struct iscsit_transport {
|
|
struct iscsi_datain_req *, const void *, u32);
|
|
struct iscsi_datain_req *, const void *, u32);
|
|
void (*iscsit_release_cmd)(struct iscsi_conn *, struct iscsi_cmd *);
|
|
void (*iscsit_release_cmd)(struct iscsi_conn *, struct iscsi_cmd *);
|
|
void (*iscsit_get_rx_pdu)(struct iscsi_conn *);
|
|
void (*iscsit_get_rx_pdu)(struct iscsi_conn *);
|
|
|
|
+ int (*iscsit_validate_params)(struct iscsi_conn *);
|
|
enum target_prot_op (*iscsit_get_sup_prot_ops)(struct iscsi_conn *);
|
|
enum target_prot_op (*iscsit_get_sup_prot_ops)(struct iscsi_conn *);
|
|
};
|
|
};
|
|
|
|
|