iscsi_destroy_sessio(9)
NAME
iscsi_destroy_session - destroy iscsi session
SYNOPSIS
int iscsi_destroy_session(struct iscsi_cls_session * session);
ARGUMENTS
- session
- iscsi_session
DESCRIPTION
Can be called by a LLD or iscsi_transport. There must not be any
running connections.
AUTHORS
- James Bottomley <James.Bottomley@hansenpartnership.com>
- Author.
- Rob Landley <rob@landley.net>
- Author.