qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [RFC] [PATCHv6 09/16] aio / timers: Add a notify callba


From: Alex Bligh
Subject: Re: [Qemu-devel] [RFC] [PATCHv6 09/16] aio / timers: Add a notify callback to QEMUTimerList
Date: Tue, 06 Aug 2013 13:50:54 +0100



--On 6 August 2013 14:34:00 +0200 Stefan Hajnoczi <address@hidden> wrote:

+static void aio_timerlist_notify(void *opaque)
+{
+    aio_notify((AioContext *)opaque);

void * is automatically converted to any pointer type.  No need for an
explicit cast, a C compiler doesn't emit a warning here.

OK

--
Alex Bligh



reply via email to

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