logout: allow additional PDU flags to be passed internally

Signed-off-by: Peter Lieven <pl@kamp.de>
This commit is contained in:
Peter Lieven
2014-06-16 16:23:28 +02:00
parent e940f95769
commit 344b21d37d
2 changed files with 14 additions and 4 deletions

View File

@@ -350,6 +350,10 @@ iscsi_itt_post_increment(struct iscsi_context *iscsi);
void iscsi_timeout_scan(struct iscsi_context *iscsi);
int
iscsi_logout_async_internal(struct iscsi_context *iscsi, iscsi_command_cb cb,
void *private_data, uint32_t flags);
#ifdef __cplusplus
}
#endif