commit | 219c252193862898430e5dea5efb7447877aaa85 | [log] [tgz] |
---|---|---|
author | Stefan Weil <sw@weilnetz.de> | Tue Dec 17 08:57:10 2013 +0100 |
committer | Stefan Hajnoczi <stefanha@redhat.com> | Fri Dec 20 09:11:58 2013 +0100 |
tree | 86f804f23d3c975b61a35df2b365a5ba14d5d618 | |
parent | c27de2a3e9c8664116287d639bacd600e61a6b45 [diff] |
block/iscsi: Fix compilation for libiscsi 1.4.0 (API change) Function iscsi_read10_task got additional parameters starting with version libiscsi 1.5.0. libiscsi 1.4.0 is still widely used (Debian wheezy, jessie and other Linux distributions currently provide packages for QEMU which use it), so we still need support for this older API. Reviewed-by: Peter Lieven <pl@kamp.de> Signed-off-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>