On Wed, Jan 03, 2018 at 09:38:52AM +0100, Juan Quintela wrote:
> Peter Xu wrote:
> > When reaching here if we are still "active" it means we must be in colo
> > state. Assert it instead of check it in if condition.
>
> I don't think so.
>
> > Finally I want to use "switch" here rather than lots
Peter Xu wrote:
> When reaching here if we are still "active" it means we must be in colo
> state. Assert it instead of check it in if condition.
I don't think so.
> Finally I want to use "switch" here rather than lots of complicated if
> clauses.
>
> Signed-off-by: Peter Xu
> ---
> migration
When reaching here if we are still "active" it means we must be in colo
state. Assert it instead of check it in if condition.
Finally I want to use "switch" here rather than lots of complicated if
clauses.
Signed-off-by: Peter Xu
---
migration/migration.c | 3 ++-
1 file changed, 2 insertions(