"Dr. David Alan Gilbert (git)" <dgilb...@redhat.com> wrote: > From: zhanghailiang <zhang.zhanghaili...@huawei.com> > > Fix the first parameter of migrate_set_state(), and export it. > We will use it in later. > > Signed-off-by: zhanghailiang <zhang.zhanghaili...@huawei.com> > Reviewed-by: Dr. David Alan Gilbert <dgilb...@redhat.com>
Why do we need to change the prototype? If you don't have a MigrationState, you can't get the pointer that you need to change. I am missing something obvious?