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
