Searched refs:sendpipe (Results 1 – 1 of 1) sorted by relevance
38 int sendpipe[2], recvpipe[2]; in create_migration_child() local44 MUST( libxl_pipe(ctx, sendpipe) ); in create_migration_child()50 dup2(sendpipe[0], 0); in create_migration_child()52 close(sendpipe[0]); close(sendpipe[1]); in create_migration_child()59 close(sendpipe[0]); in create_migration_child()61 *send_fd = sendpipe[1]; in create_migration_child()
Completed in 3 milliseconds