diff options
Diffstat (limited to 'migration/tls.h')
-rw-r--r-- | migration/tls.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/migration/tls.h b/migration/tls.h index 5797d15..58b25e1 100644 --- a/migration/tls.h +++ b/migration/tls.h @@ -36,7 +36,7 @@ void migration_tls_channel_connect(MigrationState *s, QIOChannel *ioc, const char *hostname, Error **errp); - +void migration_tls_channel_end(QIOChannel *ioc, Error **errp); /* Whether the QIO channel requires further TLS handshake? */ bool migrate_channel_requires_tls_upgrade(QIOChannel *ioc); |