Re: [PATCH 3/4] migration: Make migration object a singleton object

2024-10-24 Thread Fabiano Rosas
Peter Xu writes: > This makes the migration object a singleton unit. After this, we can do > something slightly tricky later on with the guarantee that nobody will be > able to create the object twice. > > Signed-off-by: Peter Xu > --- > migration/migration.c | 13 + > 1 file chang

[PATCH 3/4] migration: Make migration object a singleton object

2024-10-24 Thread Peter Xu
This makes the migration object a singleton unit. After this, we can do something slightly tricky later on with the guarantee that nobody will be able to create the object twice. Signed-off-by: Peter Xu --- migration/migration.c | 13 + 1 file changed, 13 insertions(+) diff --git a