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

/dovecot/src/lib-storage/list/
H A Dmailbox-list-index-notify.c62 struct stat list_last_st, inbox_last_st; member in struct:mailbox_list_notify_index
244 stat(inotify->list_log_path, &inotify->list_last_st) < 0 &&
870 struct stat list_prev_st = inotify->list_last_st;
879 if (ST_CHANGED(inotify->list_last_st, list_prev_st)) {

Completed in 759 milliseconds