Re: [PATCH v5 6/7] io: Document thread-safety of qio_channel_shutdown

2020-07-28 Thread Daniel P . Berrangé
On Tue, Jun 23, 2020 at 04:42:59PM +0200, Lukas Straub wrote: > Migration and yank code assume that qio_channel_shutdown is thread > -safe. Document this after checking the code. > > Signed-off-by: Lukas Straub > --- > include/io/channel.h | 2 ++ > 1 file changed, 2 insertions(+) Reviewed-by:

[PATCH v5 6/7] io: Document thread-safety of qio_channel_shutdown

2020-06-23 Thread Lukas Straub
Migration and yank code assume that qio_channel_shutdown is thread -safe. Document this after checking the code. Signed-off-by: Lukas Straub --- include/io/channel.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/io/channel.h b/include/io/channel.h index d4557f0930..6b8a2b87b8 100