1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/source4/ntvfs/sysdep
Jeremy Allison 6f05597f5f s4: ntvfs: Add a TALLOC_CTX * to sys_notify_register().
Pass in the TALLOC_CTX * from the module init to remove
another talloc_autofree_context() use.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
2017-05-13 16:50:13 +02:00
..
inotify.c s4: ntvfs: Add a TALLOC_CTX * to sys_notify_register(). 2017-05-13 16:50:13 +02:00
README
sys_lease_linux.c s4: ntvfs: Add a TALLOC_CTX * to sys_lease_register(). 2017-05-13 16:50:13 +02:00
sys_lease.c s4: ntvfs: Add a TALLOC_CTX * to sys_lease_register(). 2017-05-13 16:50:13 +02:00
sys_lease.h s4: ntvfs: Add a TALLOC_CTX * to sys_lease_register(). 2017-05-13 16:50:13 +02:00
sys_notify.c s4: ntvfs: Add a TALLOC_CTX * to sys_notify_register(). 2017-05-13 16:50:13 +02:00
sys_notify.h s4: ntvfs: Add a TALLOC_CTX * to sys_notify_register(). 2017-05-13 16:50:13 +02:00
wscript_build waf: Fix the FreeBSD build with libinotify 2014-01-06 19:50:22 +01:00
wscript_configure configure: Don't check for inotify on illumos 2016-04-06 00:15:17 +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.