提交 c7b4a952 编写于 作者: P Paolo Bonzini

ISCSI: change num_blocks to 64-bit

Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
上级 c9b9f682
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册