Changeset 2c0e5d2 in mainline for uspace/lib/libc/generic/async.c


Ignore:
Timestamp:
2009-05-19T21:47:00Z (16 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
27fd651
Parents:
0c2eee0
Message:

Add IPC_M_CONNECTION_CLONE and IPC_M_CONNECT_ME.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/libc/generic/async.c

    r0c2eee0 r2c0e5d2  
    593593       
    594594        switch (IPC_GET_METHOD(*call)) {
     595        case IPC_M_CONNECT_ME:
    595596        case IPC_M_CONNECT_ME_TO:
    596597                /* Open new connection with fibril etc. */
Note: See TracChangeset for help on using the changeset viewer.