]> Git Repo - qemu.git/blame - include/migration/snapshot.h
Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20190514b' into...
[qemu.git] / include / migration / snapshot.h
CommitLineData
5e22479a
JQ
1/*
2 * QEMU snapshots
3 *
4 * Copyright (c) 2004-2008 Fabrice Bellard
5 * Copyright (c) 2009-2015 Red Hat Inc
6 *
7 * Authors:
8 * Juan Quintela <[email protected]>
9 *
10 *
11 * This work is licensed under the terms of the GNU GPL, version 2 or later.
12 * See the COPYING file in the top-level directory.
13 */
14
15#ifndef QEMU_MIGRATION_SNAPSHOT_H
16#define QEMU_MIGRATION_SNAPSHOT_H
17
18int save_snapshot(const char *name, Error **errp);
19int load_snapshot(const char *name, Error **errp);
20
21#endif
This page took 0.110988 seconds and 4 git commands to generate.