s3:smbd: store a dirptr on the files_struct for SMB2 Query Directory
[kai/samba.git] / source3 / include / smb.h
index 28bd60a670f5e1390dbb9f4c11a3bdc063eca487..4cd090bc7da810c61d4f5c4dce9725d5ce0c758e 100644 (file)
@@ -459,6 +459,8 @@ typedef struct files_struct {
        struct notify_change_buf *notify;
 
        struct files_struct *base_fsp; /* placeholder for delete on close */
+
+       struct dptr_struct *dptr;
 } files_struct;
 
 #include "ntquotas.h"