Searched defs:pipe2 (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/doveadm/dsync/
H A Ddsync-ibc-pipe.c586 struct dsync_ibc_pipe *pipe1, *pipe2; local
589 pipe2 = dsync_ibc_pipe_alloc();
590 pipe1->remote = pipe2;
591 pipe2->remote = pipe1;
593 *ibc2_r = &pipe2->ibc;

Completed in 29 milliseconds