Changeset 11eae82 in mainline for ns/ns.c


Ignore:
Timestamp:
2006-03-16T20:57:12Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c05290e
Parents:
48627ab
Message:

Added support for ipc_connect_me_to.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ns/ns.c

    r48627ab r11eae82  
    2525                        retval = 0;
    2626                        break;
     27                case IPC_M_CONNECTMETO:
     28                        printf("Somebody wants to connect to: %d\n",
     29                               IPC_GET_ARG1(call.data));
     30                        retval = 0;
     31                        break;
    2732                case NS_PING:
    2833                        printf("Ping...%P %P\n", IPC_GET_ARG1(call.data),
Note: See TracChangeset for help on using the changeset viewer.