git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@682 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Vladislav Bolkhovitin
2009-03-03 17:00:53 +00:00
parent 250929b448
commit d3d5666f5d
4 changed files with 6 additions and 30 deletions
+2 -1
View File
@@ -1638,7 +1638,8 @@ void scst_unregister(struct scst_tgt *tgt);
*
* Parameters:
* tgt - target
* atomic - true, if the function called in the atomic context
* atomic - true, if the function called in the atomic context. If false,
* this function will block until the session registration is completed.
* initiator_name - remote initiator's name, any NULL-terminated string,
* e.g. iSCSI name, which used as the key to found appropriate access
* control group. Could be NULL, then "default" group is used.