diff options
Diffstat (limited to 'src/H5FDlog.c')
-rw-r--r-- | src/H5FDlog.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/H5FDlog.c b/src/H5FDlog.c index 3109e09..df07c0a 100644 --- a/src/H5FDlog.c +++ b/src/H5FDlog.c @@ -234,7 +234,11 @@ static const H5FD_class_t H5FD_log_g = { H5FD_log_flush, /*flush */ NULL, /*lock */ NULL, /*unlock */ +#ifdef OLD_WAY H5FD_FLMAP_NOLIST /*fl_map */ +#else /* OLD_WAY */ + H5FD_FLMAP_SINGLE /*fl_map */ +#endif /* OLD_WAY */ }; |