Changeset 3c22f70 in mainline for uspace/lib/c/include/async.h


Ignore:
Timestamp:
2011-01-24T00:14:13Z (13 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8c9b742
Parents:
11bb813
Message:

Pass client task hash into async_new_connection().

File:
1 edited

Legend:

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

    r11bb813 r3c22f70  
    9292extern int async_wait_timeout(aid_t, sysarg_t *, suseconds_t);
    9393
    94 extern fid_t async_new_connection(sysarg_t, ipc_callid_t, ipc_call_t *,
    95     void (*)(ipc_callid_t, ipc_call_t *));
     94extern fid_t async_new_connection(sysarg_t, sysarg_t, ipc_callid_t,
     95    ipc_call_t *, void (*)(ipc_callid_t, ipc_call_t *));
    9696extern void async_usleep(suseconds_t);
    9797extern void async_create_manager(void);
Note: See TracChangeset for help on using the changeset viewer.