Changeset 9271
- Timestamp:
- 04/04/12 21:13:41 (14 months ago)
- Files:
-
- 1 modified
-
branches/stable/src/client/usrint/openfile-util.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/src/client/usrint/openfile-util.c
r9262 r9271 19 19 #include "openfile-util.h" 20 20 #include "posix-pvfs.h" 21 #include "aiocommon.h"22 21 23 22 #if PVFS_UCACHE_ENABLE … … 547 546 } 548 547 #endif 549 550 /* initialize aio interface */551 aiocommon_init();552 548 } 553 549
