diff options
Diffstat (limited to 'include/migration/cpr.h')
| -rw-r--r-- | include/migration/cpr.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/migration/cpr.h b/include/migration/cpr.h index 2b074d7a65..b84389ff04 100644 --- a/include/migration/cpr.h +++ b/include/migration/cpr.h @@ -53,4 +53,9 @@ int cpr_get_fd_param(const char *name, const char *fdname, int index, QEMUFile *cpr_transfer_output(MigrationChannel *channel, Error **errp); QEMUFile *cpr_transfer_input(MigrationChannel *channel, Error **errp); +QEMUFile *cpr_exec_output(Error **errp); +QEMUFile *cpr_exec_input(Error **errp); +void cpr_exec_persist_state(QEMUFile *f); +bool cpr_exec_has_state(void); +void cpr_exec_unpersist_state(void); #endif |