Subversion Repositories HelenOS

Rev

Rev 1344 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1344 Rev 1345
Line 95... Line 95...
95
                    printf("%s: Oops, got phone hung up, but nobody connected.\n", NAME);
95
                    printf("%s: Oops, got phone hung up, but nobody connected.\n", NAME);
96
                }
96
                }
97
               
97
               
98
                retval = 0;
98
                retval = 0;
99
                break;
99
                break;
100
            case IPC_M_CONNECT_TO_ME:
-
 
101
                printf("%s: Somebody connecting phid=%zd.\n", NAME, IPC_GET_ARG3(call));
-
 
102
                retval = 0;
-
 
103
                break;
-
 
104
            case IPC_M_CONNECT_ME_TO:
100
            case IPC_M_CONNECT_ME_TO:
105
            //  printf("%s: Connect me (%P) to: %zd\n",NAME, IPC_GET_ARG3(call), IPC_GET_ARG1(call));
101
            //  printf("%s: Connect me (%P) to: %zd\n",NAME, IPC_GET_ARG3(call), IPC_GET_ARG1(call));
106
                /* Only one connected client allowed */
102
                /* Only one connected client allowed */
107
                if (connected) {
103
                if (connected) {
108
                    retval = ELIMIT;
104
                    retval = ELIMIT;