From b7722747e4df3d3fe5e3a212974fa4ec01968edd Mon Sep 17 00:00:00 2001 From: Juan Quintela Date: Mon, 24 Apr 2017 13:51:10 +0200 Subject: migration: Move dump_vmsate_json_to_file() to misc.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It was not from vmstate.c to start with. Signed-off-by: Juan Quintela Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Peter Xu Reviewed-by: Laurent Vivier --- include/migration/misc.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/migration/misc.h') diff --git a/include/migration/misc.h b/include/migration/misc.h index 60486d4066..026b561601 100644 --- a/include/migration/misc.h +++ b/include/migration/misc.h @@ -36,4 +36,8 @@ int64_t self_announce_delay(int round) return 50 + (SELF_ANNOUNCE_ROUNDS - round - 1) * 100; } +/* migration/savevm.c */ + +void dump_vmstate_json_to_file(FILE *out_fp); + #endif -- cgit v1.2.3