migration: correct multifd receive thread name

Multifd receive threads run on the destination side.
Correct the thread name marco to indicate the same.

Fixes: e620b1e477 ("migration: Put thread names together with macros")
Signed-off-by: Prasad Pandit <pjp@fedoraproject.org>
Reviewed-by: Fabiano Rosas <farosas@suse.de>
Link: https://lore.kernel.org/r/20241127111528.167330-1-ppandit@redhat.com
Signed-off-by: Peter Xu <peterx@redhat.com>
This commit is contained in:
Prasad Pandit 2024-11-27 16:45:28 +05:30 committed by Peter Xu
parent eb22a06445
commit 3b83e66361
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
#define MIGRATION_THREAD_SRC_TLS "mig/src/tls"
#define MIGRATION_THREAD_DST_COLO "mig/dst/colo"
#define MIGRATION_THREAD_DST_MULTIFD "mig/src/recv_%d"
#define MIGRATION_THREAD_DST_MULTIFD "mig/dst/recv_%d"
#define MIGRATION_THREAD_DST_FAULT "mig/dst/fault"
#define MIGRATION_THREAD_DST_LISTEN "mig/dst/listen"
#define MIGRATION_THREAD_DST_PREEMPT "mig/dst/preempt"