Searched defs:new_inotify_fd (Results 1 - 1 of 1) sorted by relevance
/dovecot/src/lib/ | ||
H A D | ioloop-notify-inotify.c | 216 int fd, new_inotify_fd; local 221 new_inotify_fd = inotify_init(); 222 if (new_inotify_fd == -1) { 233 ctx->inotify_fd = new_inotify_fd; |
Completed in 9 milliseconds