summaryrefslogtreecommitdiffstats
path: root/source/include/smb.h
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2007-01-31 16:56:27 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:17:36 -0500
commit01c9fb17281e99300b339d2cfc0acac7ca94843c (patch)
tree10ce086465c6fea791814efcd14dbd7a433e72f8 /source/include/smb.h
parent9e7443fa1417c01be903b15073825dc4def78d99 (diff)
downloadsamba-01c9fb17281e99300b339d2cfc0acac7ca94843c.tar.gz
samba-01c9fb17281e99300b339d2cfc0acac7ca94843c.tar.xz
samba-01c9fb17281e99300b339d2cfc0acac7ca94843c.zip
r21093: Remove the hash and dnotify backends. Disabling FAM for this checkin, I'm
working on that right now. Volker
Diffstat (limited to 'source/include/smb.h')
-rw-r--r--source/include/smb.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/source/include/smb.h b/source/include/smb.h
index 4b4cebf5c18..aaf50df2bb0 100644
--- a/source/include/smb.h
+++ b/source/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