Document the async _task() functions

This commit is contained in:
Ronnie Sahlberg
2011-02-27 10:32:23 +11:00
parent 76208e1eff
commit 3561dbbd61

View File

@@ -557,7 +557,12 @@ int iscsi_modesense6_async(struct iscsi_context *iscsi, int lun, int dbd,
unsigned char alloc_len, iscsi_command_cb cb,
void *private_data);
/*
* Async commands for SCSI
*
* These async functions return a scsi_task structure, or NULL if the command failed.
* This structure can be used by task management functions to abort the task or a whole task set.
*/
struct scsi_task *
iscsi_reportluns_task(struct iscsi_context *iscsi, int report_type,
int alloc_len, iscsi_command_cb cb,