Changeset 3be9d10 in mainline for uspace/srv/vfs/vfs_pager.c


Ignore:
Timestamp:
2018-03-21T21:29:31Z (7 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3e242d2
Parents:
eadaeae8
Message:

Get rid of ipc_callid_t

File:
1 edited

Legend:

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

    readaeae8 r3be9d10  
    4242#include <as.h>
    4343
    44 void vfs_page_in(ipc_callid_t rid, ipc_call_t *request)
     44void vfs_page_in(cap_call_handle_t rid, ipc_call_t *request)
    4545{
    4646        aoff64_t offset = IPC_GET_ARG1(*request);
Note: See TracChangeset for help on using the changeset viewer.