mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
ISCSI: change num_blocks to 64-bit
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
c9b9f6824f
commit
c7b4a95202
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ typedef struct IscsiLun {
|
|||
struct iscsi_context *iscsi;
|
||||
int lun;
|
||||
int block_size;
|
||||
unsigned long num_blocks;
|
||||
uint64_t num_blocks;
|
||||
int events;
|
||||
} IscsiLun;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue