summaryrefslogtreecommitdiff
path: root/source3/include/smb.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include/smb.h')
-rw-r--r--source3/include/smb.h13
1 files changed, 2 insertions, 11 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h
index fc3acf6d6c..cf754b5c1f 100644
--- a/source3/include/smb.h
+++ b/source3/include/smb.h
@@ -442,6 +442,8 @@ struct notify_change {
char *name;
};
+struct notify_mid_map;
+
struct notify_change_request {
struct notify_change_request *prev, *next;
struct files_struct *fsp; /* backpointer for cancel by mid */
@@ -451,17 +453,6 @@ struct notify_change_request {
struct notify_mid_map *mid_map;
};
-/*
- * For NTCancel, we need to find the notify_change_request indexed by
- * mid. Separate list here.
- */
-
-struct notify_mid_map {
- struct notify_mid_map *prev, *next;
- struct notify_change_request *req;
- uint16 mid;
-};
-
struct notify_change_buf {
/*
* If no requests are pending, changes are queued here. Simple array,