• D
    migration: rename functions to starting migrations · 22724f49
    Daniel P. Berrange 提交于
    Apply the following renames for starting incoming migration:
    
     process_incoming_migration -> migration_fd_process_incoming
     migration_set_incoming_channel -> migration_channel_process_incoming
     migration_tls_set_incoming_channel -> migration_tls_channel_process_incoming
    
    and for starting outgoing migration:
    
     migration_set_outgoing_channel -> migration_channel_connect
     migration_tls_set_outgoing_channel -> migration_tls_channel_connect
    Signed-off-by: NDaniel P. Berrange <berrange@redhat.com>
    Reviewed-by: NEric Blake <eblake@redhat.com>
    Message-id: 1464776234-9910-3-git-send-email-berrange@redhat.com
    Message-Id: <1464776234-9910-3-git-send-email-berrange@redhat.com>
    Signed-off-by: NAmit Shah <amit.shah@redhat.com>
    22724f49
rdma.c 113.3 KB