From 0d0e322d4d1fb1a9b1b5fb7825af093b48306826 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Fri, 2 Feb 2007 14:55:21 +0000 Subject: r21123: Make notify_fsp() static to notify.c. Volker (This used to be commit d663b729c0b3f4265fa90a5df8534ad52b8f04eb) --- source3/include/smb.h | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'source3/include/smb.h') 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, -- cgit