Changeset 53ca318 in mainline for libc/include/async.h


Ignore:
Timestamp:
2006-05-23T11:01:31Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8c6b45f
Parents:
07d960a
Message:

Small updates to asynchronous framework.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libc/include/async.h

    r07d960a r53ca318  
    33
    44#include <ipc/ipc.h>
     5#include <psthread.h>
    56
    67int async_manager(void);
     
    1112
    1213/* Should be defined by application */
     14pstid_t async_new_connection(ipc_callid_t callid, ipc_call_t *call,
     15                             void (*cthread)(ipc_callid_t,ipc_call_t *));
    1316void client_connection(ipc_callid_t callid, ipc_call_t *call) __attribute__((weak));
    1417
Note: See TracChangeset for help on using the changeset viewer.