Searched refs:sync_seq (Results 1 - 3 of 3) sorted by relevance

/dovecot/src/director/
H A Ddirector.c419 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 Ddirector.h147 unsigned int sync_seq; member in struct:director
H A Ddirector-connection.c300 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