diff options
author | Juan Quintela | 2010-03-11 17:55:39 +0100 |
---|---|---|
committer | Anthony Liguori | 2010-03-19 21:27:27 +0100 |
commit | 7b27a769f139102c906c8d11d844d51dce068a6a (patch) | |
tree | e0770a5a7d8fdf7c60c6fcca1bcfde4b2b7d7504 /qemu-tool.c | |
parent | remove useless cast (diff) | |
download | qemu-7b27a769f139102c906c8d11d844d51dce068a6a.tar.gz qemu-7b27a769f139102c906c8d11d844d51dce068a6a.tar.xz qemu-7b27a769f139102c906c8d11d844d51dce068a6a.zip |
rename IOCanRWHandler to IOCanReadHandler
It was always only used for reads
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'qemu-tool.c')
-rw-r--r-- | qemu-tool.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |