Changeset 9335

Show
Ignore:
Timestamp:
06/14/12 14:58:12 (12 months ago)
Author:
sdsnyde
Message:

async open moved to the usrint directory

Location:
branches/asyncio
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • branches/asyncio/include/pvfs2-sysint.h

    r9334 r9335  
    659659 
    660660PVFS_error PVFS_aio_open( 
    661     pvfs_descriptor **fildes 
     661    pvfs_descriptor **fildes, 
    662662    const char *path, 
    663663    int flags, 
  • branches/asyncio/src/client/sysint/aio-open.sm

    r9334 r9335  
    9191    { 
    9292        run open_resolve_fail_file_lookup_abs; 
    93         OPEN_RUN_LOOKUP_SM => resolve_fail_file_lookup 
     93        OPEN_RUN_LOOKUP_SM => resolve_fail_file_lookup; 
    9494        default => file_found; 
    9595    } 
  • branches/asyncio/src/client/sysint/module.mk.in

    r9334 r9335  
    5151        $(DIR)/mgmt-create-dirent.c \ 
    5252        $(DIR)/mgmt-get-dirdata-handle.c \ 
    53         $(DIR)/mgmt-get-uid-list.c \ 
    54         $(DIR)/aio-open.c 
     53        $(DIR)/mgmt-get-uid-list.c  
    5554 
    5655# track generated .c files that need to be removed during dist clean, etc. 
  • branches/asyncio/src/client/usrint/module.mk.in

    r9319 r9335  
    2525#       $(DIR)/socket.c \ 
    2626 
     27# usrint state machine generation 
     28CLIENT_SMCGEN := \ 
     29        $(DIR)/aio-open.c 
     30 
     31SMCGEN += $(CLIENT_SMCGEN) 
     32 
    2733# list of all .c files (generated or otherwise) that belong in library 
    2834LIBSRC += $(SRC)