qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] Re: [PATCH 2/5] iohandlers: Introduce assign_fd_handlers()


From: Amit Shah
Subject: [Qemu-devel] Re: [PATCH 2/5] iohandlers: Introduce assign_fd_handlers() and remove_fd_handlers
Date: Thu, 13 Jan 2011 19:40:14 +0530
User-agent: Mutt/1.5.21 (2010-09-15)

On (Thu) Jan 13 2011 [14:59:26], Gerd Hoffmann wrote:
> >+int assign_fd_handlers(int fd,
> >+                       IOCanReadHandler *fd_read_poll,
> >+                       IOHandler *fd_read,
> >+                       IOHandler *fd_write,
> >+                       void *opaque);
> >+void remove_fd_handlers(int fd);
> 
> A comment documenting the new functions would be nice.

Good idea; I'll do that.

                Amit



reply via email to

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