diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/smb.h | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index b4cb5bd611..71ff656385 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -448,6 +448,7 @@ struct notify_change { struct notify_mid_map; struct notify_entry; struct notify_event; +struct notify_change_request; struct sys_notify_backend; struct sys_notify_context { struct event_context *ev; @@ -455,16 +456,6 @@ struct sys_notify_context { void *private_data; /* For use by the system backend */ }; -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; - void *backend_data; -}; - struct notify_change_buf { /* * If no requests are pending, changes are queued here. Simple array, |