OSDN Git Service

multifd: Fill offset and block for reception
authorJuan Quintela <quintela@redhat.com>
Fri, 19 Nov 2021 12:15:48 +0000 (13:15 +0100)
committerJuan Quintela <quintela@redhat.com>
Wed, 15 Dec 2021 09:31:42 +0000 (10:31 +0100)
commit01102a2ef6c97acc5cc8a2c3bb62b7665a20f51f
tree910ab03b1651bf6745d8f1f1b29d856d215787f7
parent40a4bfe9d3f8ad35a9c3ffb4cbf7367e2777054b
multifd: Fill offset and block for reception

We were using the iov directly, but we will need this info on the
following patch.

Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
migration/multifd.c