Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 1061 → Rev 1060

//uspace/trunk/ns/ns.c
24,11 → 24,6
service = IPC_GET_ARG3(call.data);
retval = 0;
break;
case IPC_M_CONNECTMETO:
printf("Somebody wants to connect to: %d\n",
IPC_GET_ARG1(call.data));
retval = 0;
break;
case NS_PING:
printf("Ping...%P %P\n", IPC_GET_ARG1(call.data),
IPC_GET_ARG2(call.data));