Changeset b61d47d in mainline for uspace/srv/vfs/vfs_read.c


Ignore:
Timestamp:
2007-12-02T20:00:14Z (18 years ago)
Author:
Josef Cejka <malyzelenyhnus@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
90c35436
Parents:
8df2eab
Message:

Function ipc_connect_me_to sends 3 user defined arguments now.
One argument added also to ipc_forward_fast.
Fixed devmap and improved its test.

File:
1 edited

Legend:

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

    r8df2eab rb61d47d  
    9797         */
    9898        ipc_forward_fast(callid, fs_phone, IPC_GET_METHOD(call),
    99             IPC_GET_ARG1(call), IPC_FF_ROUTE_FROM_ME);
     99            IPC_GET_ARG1(call), 0, IPC_FF_ROUTE_FROM_ME);
    100100
    101101        vfs_release_phone(fs_phone);
Note: See TracChangeset for help on using the changeset viewer.