-
pjusticeCan someone point me to an example of using portfs to get file monitoring behavior ala inotify in linux?
-
rmustaccThere's a baic example in tail I can link.
-
rmustaccgithub.com/illumos/illumos-gate/blo…sr/src/cmd/tail/forward.c#L327-L355 has some examples.
-
rmustaccgithub.com/illumos/illumos-gate/blo…/os-tests/tests/portfs/file_assoc.c may be a little simpler.
-
pjusticeThanks!