Commit 9c16abcb authored by Zhang Chen's avatar Zhang Chen Committed by Dr. David Alan Gilbert
Browse files

migration/colo.h: Remove obsolete codes



Signed-off-by: default avatarZhang Chen <chen.zhang@intel.com>
Message-Id: <20190426090730.2691-3-chen.zhang@intel.com>
Reviewed-by: default avatarDr. David Alan Gilbert <dgilbert@redhat.com>
Signed-off-by: default avatarDr. David Alan Gilbert <dgilbert@redhat.com>
parent c0913d1d
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -22,8 +22,6 @@ enum colo_event {
    COLO_EVENT_FAILOVER,
};

void colo_info_init(void);

void migrate_start_colo_process(MigrationState *s);
bool migration_in_colo_state(void);