1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00
samba-mirror/source4/ntvfs/sysdep
Volker Lendecke de4a1c90a7 notify: Add "dir" to notify_event
"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>
2014-12-09 04:12:09 +01:00
..
inotify.c notify: Add "dir" to notify_event 2014-12-09 04:12:09 +01:00
README
sys_lease_linux.c libcli/util Rename common map_nt_error_from_unix to avoid duplicate symbol 2011-06-20 08:12:03 +02:00
sys_lease.c s4: pass down a memory context when performing share_string_option, to allow substitutions 2014-02-20 10:11:00 +13:00
sys_lease.h s4-messaging Rename messaging -> imessaging 2011-05-03 07:37:07 +02:00
sys_notify.c s4: pass down a memory context when performing share_string_option, to allow substitutions 2014-02-20 10:11:00 +13:00
sys_notify.h librpc/idr Use the Samba3 notify.idl in common. 2011-06-09 12:40:08 +02:00
wscript_build waf: Fix the FreeBSD build with libinotify 2014-01-06 19:50:22 +01:00
wscript_configure rely on sys/inotify.h for inotify 2012-04-13 21:15:00 +02:00

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.