diff options
| author | Juan Quintela <quintela@redhat.com> | 2021-11-22 11:58:41 +0100 |
|---|---|---|
| committer | Juan Quintela <quintela@redhat.com> | 2021-12-15 10:31:42 +0100 |
| commit | 18ede636bc29fd8bda628fe3e5c593f8c1b734f4 (patch) | |
| tree | 3264424cff3fd13989b14017c8d0a9ea3f1f9e74 /migration/multifd-zlib.c | |
| parent | 90a3d2f9d5f729147b2827c177932603ae6e2d55 (diff) | |
| download | focaccia-qemu-18ede636bc29fd8bda628fe3e5c593f8c1b734f4.tar.gz focaccia-qemu-18ede636bc29fd8bda628fe3e5c593f8c1b734f4.zip | |
multifd: Add missing documention
Signed-off-by: Juan Quintela <quintela@redhat.com> Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Diffstat (limited to 'migration/multifd-zlib.c')
| -rw-r--r-- | migration/multifd-zlib.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/migration/multifd-zlib.c b/migration/multifd-zlib.c index 3fc7813b44..d0437cce2a 100644 --- a/migration/multifd-zlib.c +++ b/migration/multifd-zlib.c @@ -72,6 +72,7 @@ static int zlib_send_setup(MultiFDSendParams *p, Error **errp) * Close the channel and return memory. * * @p: Params for the channel that we are using + * @errp: pointer to an error */ static void zlib_send_cleanup(MultiFDSendParams *p, Error **errp) { @@ -94,6 +95,7 @@ static void zlib_send_cleanup(MultiFDSendParams *p, Error **errp) * * @p: Params for the channel that we are using * @used: number of pages used + * @errp: pointer to an error */ static int zlib_send_prepare(MultiFDSendParams *p, uint32_t used, Error **errp) { |