diff options
Diffstat (limited to 'src/H5FDpublic.h')
-rw-r--r-- | src/H5FDpublic.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/H5FDpublic.h b/src/H5FDpublic.h index b81eed7..3cf1c94 100644 --- a/src/H5FDpublic.h +++ b/src/H5FDpublic.h @@ -167,6 +167,9 @@ typedef struct H5FD_free_t { */ struct H5FD_t { hid_t driver_id; /*driver ID for this file*/ +#ifdef H5_HAVE_FPHDF5 + unsigned fphdf5_id; /*ID used by the SAP */ +#endif /* H5_HAVE_FPHDF5 */ const H5FD_class_t *cls; /*constant class info */ unsigned long fileno[2]; /* File serial number */ |