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

/dovecot/src/lib/
H A Dioloop-notify-inotify.c65 io = io_notify_fd_find(&ctx->fd_ctx, event->wd);
93 int wd; local
102 wd = inotify_add_watch(ctx->inotify_fd, path,
105 if (wd < 0) {
127 *io_r = io_notify_fd_add(&ctx->fd_ctx, wd, callback, context);

Completed in 10 milliseconds