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

/sssd-io/src/util/
H A Dinotify.c46 int dir_wd; member in struct:snotify_watch_ctx
324 if (snctx->wctx->dir_wd == in_event->wd) {
435 wctx->dir_wd = -1;
476 wctx->dir_wd = inotify_add_watch(wctx->inotify_fd,
478 if (wctx->dir_wd == -1) {
486 "Opened directory watch %d\n", wctx->dir_wd);

Completed in 29 milliseconds