Changeset 8614534 in mainline for contrib/bp/ns.bp


Ignore:
Timestamp:
2009-08-26T12:33:22Z (16 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
52ff7699
Parents:
471a32d
Message:

more protocols
always specify interface on outgoing calls
replace forward messages with the messages themselves

File:
1 edited

Legend:

Unmodified
Added
Removed
  • contrib/bp/ns.bp

    r471a32d r8614534  
    33                ?IPC_M_SHARE_IN /* SERVICE_MEM_REALTIME || SERVICE_MEM_KLOG */ +
    44                ?IPC_M_CONNECT_TO_ME {
    5                         !IPC_M_FORWARD /* clonable service */ +
    6                         NULL           /* regular service */
     5                        !clonable.IPC_M_CONNECT_TO_ME /* forwarded */ +
     6                        NULL
    77                } +
    88                ?IPC_M_CONNECT_ME_TO {
    9                         NULL           /* clonable service */ +
    10                         !IPC_M_FORWARD /* regular service */
     9                        !service.IPC_M_CONNECT_ME_TO /* forwarded */ +
     10                        NULL
    1111                } +
    1212                ?NS_PING +
Note: See TracChangeset for help on using the changeset viewer.