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
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