summaryrefslogtreecommitdiffstats
path: root/test/cache2_jnl_file_marking.c
diff options
context:
space:
mode:
authorJohn Mainzer <mainzer@hdfgroup.org>2010-03-05 15:49:33 (GMT)
committerJohn Mainzer <mainzer@hdfgroup.org>2010-03-05 15:49:33 (GMT)
commit356b2bd5c49631ff25a7f1f990e19897be41a487 (patch)
tree15d4d80501ff460936b2169e56776eb12379e8a1 /test/cache2_jnl_file_marking.c
parent9f85fd57d2b5c7b6bf8245af942907c7d222a156 (diff)
downloadhdf5-356b2bd5c49631ff25a7f1f990e19897be41a487.zip
hdf5-356b2bd5c49631ff25a7f1f990e19897be41a487.tar.gz
hdf5-356b2bd5c49631ff25a7f1f990e19897be41a487.tar.bz2
[svn-r18371] Interim checkin of AIO journal write code.
Added code allowing async journal entry writes for metadata journaling, along with associated test code. At present, the code compiles and passes tests under Linux and Solaris. code compiles under MacOS, but usually locks up the host machine under test. code fails to compile under BSD. no other platforms tested.
Diffstat (limited to 'test/cache2_jnl_file_marking.c')
-rw-r--r--test/cache2_jnl_file_marking.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/cache2_jnl_file_marking.c b/test/cache2_jnl_file_marking.c
index d93695a..ef133d5 100644
--- a/test/cache2_jnl_file_marking.c
+++ b/test/cache2_jnl_file_marking.c
@@ -20,6 +20,8 @@
* features implemented in H5C2.c and friends.
*/
+#include <aio.h>
+
#define H5F_PACKAGE /*suppress error about including H5Fpkg */
#include "h5test.h"