diff options
Diffstat (limited to 'source3/include/smb.h')
-rw-r--r-- | source3/include/smb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index e4415e7d22..78d17aaa3d 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -482,7 +482,6 @@ typedef struct files_struct SMB_OFF_T size; mode_t mode; uint16 vuid; - int smbpid; write_bmpx_struct *wbmpx_ptr; write_cache *wcp; struct timeval open_time; @@ -527,6 +526,7 @@ struct unlock_list { struct unlock_list *prev; SMB_BIG_UINT start; SMB_BIG_UINT size; + uint16 smbpid; }; typedef struct |