From 7b27a769f139102c906c8d11d844d51dce068a6a Mon Sep 17 00:00:00 2001 From: Juan Quintela Date: Thu, 11 Mar 2010 17:55:39 +0100 Subject: rename IOCanRWHandler to IOCanReadHandler It was always only used for reads Signed-off-by: Juan Quintela Signed-off-by: Anthony Liguori --- qemu-tool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qemu-tool.c') diff --git a/qemu-tool.c b/qemu-tool.c index 97ca949964..dda752b7d2 100644 --- a/qemu-tool.c +++ b/qemu-tool.c @@ -89,7 +89,7 @@ void qemu_bh_delete(QEMUBH *bh) } int qemu_set_fd_handler2(int fd, - IOCanRWHandler *fd_read_poll, + IOCanReadHandler *fd_read_poll, IOHandler *fd_read, IOHandler *fd_write, void *opaque) -- cgit v1.2.1