diff options
Diffstat (limited to 'source4/ntvfs/posix/vfs_posix.h')
-rw-r--r-- | source4/ntvfs/posix/vfs_posix.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/ntvfs/posix/vfs_posix.h b/source4/ntvfs/posix/vfs_posix.h index 0bd01f5377..d4c0b19974 100644 --- a/source4/ntvfs/posix/vfs_posix.h +++ b/source4/ntvfs/posix/vfs_posix.h @@ -125,6 +125,10 @@ struct pvfs_file { uint32_t create_options; uint32_t share_access; uint32_t access_mask; + + /* yes, we need 2 independent positions ... */ + uint64_t seek_offset; + uint64_t position; }; |