commit | 458cf28e6b01ff9b87a20d199d42b1c1c904cd29 | [log] [tgz] |
---|---|---|
author | Juan Quintela <quintela@redhat.com> | Tue Feb 22 23:32:54 2011 +0100 |
committer | Juan Quintela <quintela@redhat.com> | Thu Oct 20 13:23:53 2011 +0200 |
tree | 7b560cabe08e0f78b626b46eba843332742ca623 | |
parent | 67afff79111f0ce1ae20010c27a30b5ec61f362c [diff] |
migration: Introduce migrate_fd_completed() for consistency This function is a bit different of the others that change the state, in the sense that if migrate_fd_cleanup() returns an error, it set the status to error, not completed. Signed-off-by: Juan Quintela <quintela@redhat.com>