Orit Wasserman <owass...@redhat.com> wrote: > On 09/21/2012 11:47 AM, Juan Quintela wrote: >> Signed-off-by: Juan Quintela <quint...@redhat.com> >> --- >> buffered_file.c | 12 ++++++------ >> 1 file changed, 6 insertions(+), 6 deletions(-) >> >> diff --git a/buffered_file.c b/buffered_file.c >> index 7155800..33b700b 100644 >> --- a/buffered_file.c >> +++ b/buffered_file.c >> @@ -27,7 +27,7 @@ typedef struct QEMUFileBuffered >> BufferedPutReadyFunc *put_ready; >> BufferedWaitForUnfreezeFunc *wait_for_unfreeze; >> BufferedCloseFunc *close; >> - void *opaque; >> + void *migration_state; > Why ? > This doesn't have to be for migration use only.
Idea is to remove it altogether. Not useful anymore once that migration thread is there. Later, Juan.