commit | 41d64227ed0a8f843b022dbf3058aa51c240c8d9 | [log] [tgz] |
---|---|---|
author | Juan Quintela <quintela@redhat.com> | Wed Apr 05 17:45:16 2017 +0200 |
committer | Juan Quintela <quintela@redhat.com> | Thu Jun 01 18:49:23 2017 +0200 |
tree | ee762b0235590266d73619973fa458074dd93eb9 | |
parent | 61e8b14880858e25ae9b8591500f5440bd152b8c [diff] |
migration: Export tls.c functions in its own file Just for the functions exported from tls.c. Notice that we can't remove the migration/migration.h include from tls.c because it access directly MigrationState for the tls params. Signed-off-by: Juan Quintela <quintela@redhat.com> Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>