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

/sssd-io/src/util/
H A Dinotify.c48 int file_wd; member in struct:snotify_watch_ctx
336 } else if (snctx->wctx->file_wd == in_event->wd) {
436 wctx->file_wd = -1;
459 wctx->file_wd = inotify_add_watch(wctx->inotify_fd, snctx->filename, mask);
460 if (wctx->file_wd == -1) {
469 DEBUG(SSSDBG_TRACE_INTERNAL, "Opened file watch %d\n", wctx->file_wd);

Completed in 252 milliseconds