summaryrefslogtreecommitdiff
path: root/source3/include/smb.h
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2007-01-01 18:11:32 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:16:50 -0500
commit92d02f7afe439a51f5a2eab3e1db8d628c170a6c (patch)
tree4e3505c19794354963d985a34a5dfbb159ffeb93 /source3/include/smb.h
parent41440d483adeec11e14e85b68edf93c14e337b51 (diff)
downloadsamba-92d02f7afe439a51f5a2eab3e1db8d628c170a6c.tar.gz
samba-92d02f7afe439a51f5a2eab3e1db8d628c170a6c.tar.bz2
samba-92d02f7afe439a51f5a2eab3e1db8d628c170a6c.zip
r20451: Survive the first of the filter-tests (mkdir).
Add lots of TODOs :-) Volker (This used to be commit 0e953884a15873b0962ab1ab064d6b3a436726c0)
Diffstat (limited to 'source3/include/smb.h')
-rw-r--r--source3/include/smb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h
index 64073e902e..a7461b422c 100644
--- a/source3/include/smb.h
+++ b/source3/include/smb.h
@@ -440,6 +440,7 @@ struct notify_change_request {
struct notify_change_request *prev, *next;
struct files_struct *fsp; /* backpointer for cancel by mid */
char request_buf[smb_size];
+ uint32 filter;
uint32 max_param_count;
struct notify_mid_map *mid_map;
};