Changeset 9d12059 in mainline for uspace/srv/vfs/vfs_register.c


Ignore:
Timestamp:
2011-01-09T12:16:00Z (13 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0c70f7e, a676574
Parents:
bc5ffeb
Message:

Pass arg1 directly to async_session_create(). arg1 will be used often, so make it easy to use. Also when arg1 is used as portid, (phone, portid) is a port reference, so the two fields belong together and could be potentially fused together in the future.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/vfs/vfs_register.c

    rbc5ffeb r9d12059  
    188188       
    189189        phone = IPC_GET_ARG5(call);
    190         async_session_create(&fs_info->session, phone);
     190        async_session_create(&fs_info->session, phone, 0);
    191191        ipc_answer_0(callid, EOK);
    192192       
Note: See TracChangeset for help on using the changeset viewer.