aboutsummaryrefslogtreecommitdiffstats
path: root/migration.h
diff options
context:
space:
mode:
Diffstat (limited to 'migration.h')
-rw-r--r--migration.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/migration.h b/migration.h
index 61f77bd89..9947f6a45 100644
--- a/migration.h
+++ b/migration.h
@@ -39,5 +39,11 @@ void do_migrate_set_speed(const char *value);
void do_info_migrate(void);
+int tcp_start_incoming_migration(const char *host_port);
+
+MigrationState *tcp_start_outgoing_migration(const char *host_port,
+ int64_t bandwidth_limit,
+ int detach);
+
#endif