diff options
author | Volker Lendecke <vlendec@samba.org> | 2007-01-31 16:56:27 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:17:36 -0500 |
commit | 9974656d3be3fb01af59bfefe592475e92bdceb0 (patch) | |
tree | 1d6d53b357f473c16546f76fc8f302120ce8b338 /source3/include | |
parent | 2852ecc67ebded7758a07d8fb72eef53bfa1c63a (diff) | |
download | samba-9974656d3be3fb01af59bfefe592475e92bdceb0.tar.gz samba-9974656d3be3fb01af59bfefe592475e92bdceb0.tar.bz2 samba-9974656d3be3fb01af59bfefe592475e92bdceb0.zip |
r21093: Remove the hash and dnotify backends. Disabling FAM for this checkin, I'm
working on that right now.
Volker
(This used to be commit 01c9fb17281e99300b339d2cfc0acac7ca94843c)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/smb.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index 4b4cebf5c1..aaf50df2bb 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -1685,15 +1685,6 @@ struct kernel_oplocks { int notification_fd; }; - -/* this structure defines the functions for doing change notify in - various implementations */ -struct cnotify_fns { - void *(*notify_add)(TALLOC_CTX *mem_ctx, - struct event_context *event_ctx, - files_struct *fsp, uint32 *filter); -}; - #include "smb_macros.h" #define MAX_NETBIOSNAME_LEN 16 |