mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-17 16:10:24 +08:00
[svn-r1155]
added a new member to the H5F_search_t struct to store the path name we needed this to be able to tell if a file is already open since NT does not use the inode.
This commit is contained in:
parent
13c9a30beb
commit
019daa1b2e
@ -302,6 +302,7 @@ typedef struct H5F_access_t {
|
||||
typedef struct H5F_search_t {
|
||||
dev_t dev; /* Device number containing file */
|
||||
ino_t ino; /* Unique file number on device */
|
||||
char* path;
|
||||
} H5F_search_t;
|
||||
|
||||
/* For determining what the last file operation was */
|
||||
|
Loading…
Reference in New Issue
Block a user