iscsi_create_conn

Langue: en

Autres versions - même langue

Version: June 2009 (debian - 07/07/09)

Section: 9 (Appels noyau Linux)

NAME

iscsi_create_conn - create iscsi class connection

SYNOPSIS

struct iscsi_cls_conn * iscsi_create_conn(struct iscsi_cls_session * session, uint32_t cid);

ARGUMENTS

session

iscsi cls session

cid

connection id

DESCRIPTION

This can be called from a LLD or iscsi_transport. The connection is child of the session so cid must be unique for all connections on the session.

Since we do not support MCS, cid will normally be zero. In some cases for software iscsi we could be trying to preallocate a connection struct in which case there could be two connection structs and cid would be non-zero.

AUTHORS

James Bottomley <James.Bottomley@hansenpartnership.com>

Author.

Rob Landley <rob@landley.net>

Author.