Destroy iscsi session
int iscsi_destroy_session(struct iscsi_cls_session * session);
session
iscsi_session
Can be called by a LLD or iscsi_transport. There must not be any running connections.
James Bottomley <[email protected]>
Author.
Rob Landley <[email protected]>