Changeset 26f2af0 in mainline for uspace/lib/libc/include/async.h


Ignore:
Timestamp:
2007-09-18T19:58:19Z (17 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
47a776f9
Parents:
c3b25510
Message:

VFS work.
Implement VFS_REGISTER part of the protocol in the FAT file system.

IPC work.
Rename ipc_data_send_accept() to ipc_data_receive() and ipc_data_send_answer()
to ipc_data_deliver(). Introduce ipc_data_send().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/libc/include/async.h

    rc3b25510 r26f2af0  
    103103
    104104fid_t async_new_connection(ipcarg_t in_phone_hash,ipc_callid_t callid,
    105                              ipc_call_t *call,
    106                              void (*cthread)(ipc_callid_t,ipc_call_t *));
     105    ipc_call_t *call, void (*cthread)(ipc_callid_t,ipc_call_t *));
    107106void async_usleep(suseconds_t timeout);
    108107void async_create_manager(void);
Note: See TracChangeset for help on using the changeset viewer.