Changeset 3be9d10 in mainline for uspace/srv/vfs/vfs.h


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.h

    readaeae8 r3be9d10  
    222222extern errno_t vfs_op_write(int fd, aoff64_t, size_t *out_bytes);
    223223
    224 extern void vfs_register(ipc_callid_t, ipc_call_t *);
    225 
    226 extern void vfs_page_in(ipc_callid_t, ipc_call_t *);
     224extern void vfs_register(cap_call_handle_t, ipc_call_t *);
     225
     226extern void vfs_page_in(cap_call_handle_t, ipc_call_t *);
    227227
    228228typedef struct {
     
    233233extern errno_t vfs_rdwr_internal(int, aoff64_t, bool, rdwr_io_chunk_t *);
    234234
    235 extern void vfs_connection(ipc_callid_t iid, ipc_call_t *icall, void *arg);
     235extern void vfs_connection(cap_call_handle_t iid, ipc_call_t *icall, void *arg);
    236236
    237237#endif
Note: See TracChangeset for help on using the changeset viewer.