Show
Ignore:
Timestamp:
04/13/12 16:23:05 (14 months ago)
Author:
walt
Message:

several bog fixes and cleanups
added layout LOCAL
added hint support for pvfs_open()

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/stable/src/client/usrint/openfile-util.c

    r9271 r9277  
    1919#include "openfile-util.h" 
    2020#include "posix-pvfs.h" 
     21#ifdef PVFS_AIO_ENABLE 
     22#include "aiocommon.h" 
     23#endif 
    2124 
    2225#if PVFS_UCACHE_ENABLE 
     
    546549    } 
    547550#endif 
     551 
     552#if PVFS_AIO_ENABLE 
     553   /* initialize aio interface */ 
     554   aiocommon_init(); 
     555#endif 
    548556} 
    549557