Changeset 27d293a in mainline for uspace/srv/ns/ns.c


Ignore:
Timestamp:
2007-12-31T16:46:43Z (16 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
215e375
Parents:
3115355
Message:

Rename IPC_M_AS_AREA_SEND to IPC_M_SHARE_OUT. Rename IPC_M_AS_AREA_RECV to
IPC_M_SHARE_IN. Provide user-friendly wrappers for these methods so that even
dummies can get it right. Some applications using simpler protocols still use
these methods directly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/ns/ns.c

    r3115355 r27d293a  
    118118                callid = ipc_wait_for_call(&call);
    119119                switch (IPC_GET_METHOD(call)) {
    120                 case IPC_M_AS_AREA_RECV:
     120                case IPC_M_SHARE_IN:
    121121                        switch (IPC_GET_ARG3(call)) {
    122122                        case SERVICE_MEM_REALTIME:
Note: See TracChangeset for help on using the changeset viewer.