diff options
Diffstat (limited to 'source4/ntvfs/posix/vfs_posix.h')
-rw-r--r-- | source4/ntvfs/posix/vfs_posix.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/ntvfs/posix/vfs_posix.h b/source4/ntvfs/posix/vfs_posix.h index 1ae552b116..16c6f807e9 100644 --- a/source4/ntvfs/posix/vfs_posix.h +++ b/source4/ntvfs/posix/vfs_posix.h @@ -40,6 +40,7 @@ struct pvfs_state { struct brl_context *brl_context; struct odb_context *odb_context; + struct sidmap_context *sidmap; /* an id tree mapping open search ID to a pvfs_search_state structure */ struct idr_context *idtree_search; |