Changeset 9262 for branches/stable/src/client/usrint/openfile-util.c
- Timestamp:
- 03/15/12 14:00:52 (15 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
r9234 r9262 19 19 #include "openfile-util.h" 20 20 #include "posix-pvfs.h" 21 #include "aiocommon.h" 21 22 22 23 #if PVFS_UCACHE_ENABLE … … 547 548 #endif 548 549 550 /* initialize aio interface */ 551 aiocommon_init(); 549 552 } 550 553
