ISCSI: change num_blocks to 64-bit

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
Paolo Bonzini 2012-05-26 09:41:13 +02:00
parent c9b9f6824f
commit c7b4a95202
1 changed files with 1 additions and 1 deletions

View File

@ -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;