mirror of
https://github.com/samba-team/samba.git
synced 2025-01-22 22:04:08 +03:00
de4a1c90a7
"notify_event" only reports names relative to some path that is only implicitly known via "private_data". Right now "private_data" is the fsp of the directory holding this notify. I want to use inotify_watch in a notify-daemon that does not have a fsp available and has more problems getting the path right out of "private_data". notify_inotify has the directory under which the event happened available, so make it known to the callback. Right now no caller uses it yet. Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This directory contains OS depdendent interfaces to facilities that are only available on a few of our target systems, and require substantial code to abstract.