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

/sssd-io/src/util/
H A Dinotify.c36 struct snotify_watch_ctx { struct
91 struct snotify_watch_ctx *wctx;
361 struct snotify_watch_ctx *wctx;
363 wctx = talloc_get_type(memptr, struct snotify_watch_ctx);
424 static struct snotify_watch_ctx *snotify_watch(struct snotify_ctx *snctx,
427 struct snotify_watch_ctx *wctx;
430 wctx = talloc_zero(snctx, struct snotify_watch_ctx);

Completed in 462 milliseconds