OSDN Git Service

QIOChannelSocket: Introduce assert and reduce ifdefs to improve readability
authorLeonardo Bras <leobras@redhat.com>
Mon, 20 Jun 2022 05:39:42 +0000 (02:39 -0300)
committerDr. David Alan Gilbert <dgilbert@redhat.com>
Wed, 22 Jun 2022 16:22:09 +0000 (17:22 +0100)
commit803ca43e4c7fcf32f9f68c118301ccd0c83ece3f
treed7f834ee6a8618f2bb5ca8cfd12ad47c16036d20
parentf6f213e4c713c4a6c3f9de775aa526f2288e3d2d
QIOChannelSocket: Introduce assert and reduce ifdefs to improve readability

During implementation of MSG_ZEROCOPY feature, a lot of #ifdefs were
introduced, particularly at qio_channel_socket_writev().

Rewrite some of those changes so it's easier to read.

Also, introduce an assert to help detect incorrect zero-copy usage is when
it's disabled on build.

Signed-off-by: Leonardo Bras <leobras@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Peter Xu <peterx@redhat.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
  dgilbert: Fixed up thinko'd g_assert_unreachable->g_assert_not_reached
io/channel-socket.c