[svn-r6170] Purpose:

Bug fix

Description:
    Add missing 'naccess' field required for GPFS token management code.

Platforms tested:
    FreeBSD 4.7 (sleipnir)
This commit is contained in:
Quincey Koziol 2002-12-04 08:01:05 -05:00
parent 72075e7f11
commit 5f3fdf4c40

View File

@ -86,6 +86,7 @@ typedef struct H5FD_mpiposix_t {
haddr_t eoa; /*end-of-address marker */
haddr_t last_eoa; /* Last known end-of-address marker */
haddr_t pos; /* Current file I/O position */
hsize_t naccess; /* Number of (write) accesses to file */
int op; /* Last file I/O operation */
#ifndef WIN32
/*