qemu-block
[Top][All Lists]
Advanced

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

Re: [Qemu-block] [Qemu-devel] [PATCH 4/5] disk_deadlines: add control of


From: Denis V. Lunev
Subject: Re: [Qemu-block] [Qemu-devel] [PATCH 4/5] disk_deadlines: add control of requests time expiration
Date: Tue, 8 Sep 2015 12:42:29 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0

On 09/08/2015 12:35 PM, Fam Zheng wrote:
On Tue, 09/08 11:00, Denis V. Lunev wrote:
  typedef struct DiskDeadlines {
      bool enabled;
+    bool expired_tree;
+    pthread_mutex_t mtx_tree;
This won't compile on win32, probably use QemuMutex instead?

In file included from /tmp/qemu-build/include/block/accounting.h:30:0,
                  from /tmp/qemu-build/include/block/block.h:8,
                  from /tmp/qemu-build/include/monitor/monitor.h:6,
                  from /tmp/qemu-build/util/osdep.c:51:
/tmp/qemu-build/include/block/disk-deadlines.h:38:5: error: unknown type name 
'pthread_mutex_t'
      pthread_mutex_t mtx_tree;
      ^
/tmp/qemu-build/rules.mak:57: recipe for target 'util/osdep.o' failed

got this. Thank you



reply via email to

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