mirror of https://github.com/xemu-project/xemu.git
ISCSI: change num_blocks to 64-bit
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
c9b9f6824f
commit
c7b4a95202
|
@ -38,7 +38,7 @@ typedef struct IscsiLun {
|
||||||
struct iscsi_context *iscsi;
|
struct iscsi_context *iscsi;
|
||||||
int lun;
|
int lun;
|
||||||
int block_size;
|
int block_size;
|
||||||
unsigned long num_blocks;
|
uint64_t num_blocks;
|
||||||
int events;
|
int events;
|
||||||
} IscsiLun;
|
} IscsiLun;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue