qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 3/6] ISCSI: change num_blocks to 64-bit


From: Paolo Bonzini
Subject: [Qemu-devel] [PATCH 3/6] ISCSI: change num_blocks to 64-bit
Date: Tue, 29 May 2012 11:20:09 +0200

Signed-off-by: Paolo Bonzini <address@hidden>
---
 block/iscsi.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/block/iscsi.c b/block/iscsi.c
index db41bb7..9cd258f 100644
--- a/block/iscsi.c
+++ b/block/iscsi.c
@@ -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;
 
-- 
1.7.10.1





reply via email to

[Prev in Thread] Current Thread [Next in Thread]