Changeset 9277 for branches/stable/src/client/usrint/openfile-util.c
- Timestamp:
- 04/13/12 16:23:05 (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
r9271 r9277 19 19 #include "openfile-util.h" 20 20 #include "posix-pvfs.h" 21 #ifdef PVFS_AIO_ENABLE 22 #include "aiocommon.h" 23 #endif 21 24 22 25 #if PVFS_UCACHE_ENABLE … … 546 549 } 547 550 #endif 551 552 #if PVFS_AIO_ENABLE 553 /* initialize aio interface */ 554 aiocommon_init(); 555 #endif 548 556 } 549 557
