ram.c: Let the compress threads return a CompressResult enum
authorLukas Straub <lukasstraub2@web.de>
Thu, 20 Apr 2023 09:47:56 +0000 (11:47 +0200)
committerJuan Quintela <quintela@redhat.com>
Mon, 8 May 2023 13:25:26 +0000 (15:25 +0200)
commit97274a871fc4155635414bfd343b5df599ecba76
tree62dc19b4f47d597be7aba3b0b9409ba7830f86c7
parentdc066da8bdc95b431a6cd3f1547e9cc6a2e3c24b
ram.c: Let the compress threads return a CompressResult enum

This will be used in the next commits to move save_page_header()
out of compress code.

Signed-off-by: Lukas Straub <lukasstraub2@web.de>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
migration/ram.c