diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2000-08-16 20:09:59 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2000-08-16 20:09:59 (GMT) |
commit | f759af2362adef2c871184259cdbf8326fbc72d6 (patch) | |
tree | 4fdeb8a883982ac416faa3779bce2f5fa07d8e74 /src/H5FDlog.h | |
parent | 68203c788ab9266b28a4e95dd061434fa94e501d (diff) | |
download | hdf5-f759af2362adef2c871184259cdbf8326fbc72d6.zip hdf5-f759af2362adef2c871184259cdbf8326fbc72d6.tar.gz hdf5-f759af2362adef2c871184259cdbf8326fbc72d6.tar.bz2 |
[svn-r2474] Updated some old variables to the proper names, added seek logging and added
test code for aggregating metadata into more localized locations in the file.
Diffstat (limited to 'src/H5FDlog.h')
-rw-r--r-- | src/H5FDlog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FDlog.h b/src/H5FDlog.h index 1e98c1a..632430d 100644 --- a/src/H5FDlog.h +++ b/src/H5FDlog.h @@ -12,7 +12,7 @@ #include <H5Ipublic.h> -#define H5FD_QAK (H5FD_log_init()) +#define H5FD_LOG (H5FD_log_init()) __DLL__ hid_t H5FD_log_init(void); __DLL__ herr_t H5Pset_fapl_log(hid_t fapl_id, const char *logfile, int verbosity); |