Searched refs:sync_seq (Results 1 - 3 of 3) sorted by relevance
/dovecot/src/director/ |
H A D | director.c | 419 director_sync_send(dir, dir->self_host, dir->sync_seq, 434 i_error("Ring SYNC seq=%u appears to have got lost, resending", dir->sync_seq); 455 dir->sync_seq++; 471 dir->sync_seq); 476 dir->sync_seq, dir->right == NULL ? "(nowhere)" : 485 director_sync_send(dir, dir->self_host, dir->sync_seq,
|
H A D | director.h | 147 unsigned int sync_seq; member in struct:director
|
H A D | director-connection.c | 300 dir->sync_seq++; 302 director_sync_send(dir, dir->self_host, dir->sync_seq, 1562 if (dir->sync_seq != seq) { 1566 /* sync_seq increases when we get disconnected, so we must be 2456 dir->sync_seq++;
|
Completed in 24 milliseconds