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

/dovecot/src/plugins/replication/
H A Dreplication-plugin.c33 unsigned int sync_secs; member in struct:replication_user
146 alarm(ruser->sync_secs);
159 user->username, ruser->sync_secs);
276 ruser->sync_secs == 0 ? REPLICATION_PRIORITY_HIGH :
367 if (value != NULL && str_to_uint(value, &ruser->sync_secs) < 0) {

Completed in 10 milliseconds