qemu-block
[Top][All Lists]
Advanced

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

Re: [PATCH 03/26] nbd: remove incorrect coroutine_fn annotations


From: Paolo Bonzini
Subject: Re: [PATCH 03/26] nbd: remove incorrect coroutine_fn annotations
Date: Wed, 20 Apr 2022 16:07:17 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.0

On 4/19/22 20:08, Eric Blake wrote:
-void coroutine_fn nbd_co_establish_connection_cancel(NBDClientConnection *conn);
+void nbd_co_establish_connection_cancel(NBDClientConnection *conn);
Should we rename this function to drop_co_  while at it?

Or perhaps rename it to nbd_cancel_co_establish_connection...

Paolo



reply via email to

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