Subversion Repositories HelenOS

Rev

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

Rev 2635 Rev 2637
Line 137... Line 137...
137
        case IPC_M_CONNECT_TO_ME:
137
        case IPC_M_CONNECT_TO_ME:
138
            /*
138
            /*
139
             * Server requests service registration.
139
             * Server requests service registration.
140
             */
140
             */
141
            retval = register_service(IPC_GET_ARG1(call),
141
            retval = register_service(IPC_GET_ARG1(call),
142
                IPC_GET_ARG3(call), &call);
142
                IPC_GET_ARG5(call), &call);
143
            break;
143
            break;
144
        case IPC_M_CONNECT_ME_TO:
144
        case IPC_M_CONNECT_ME_TO:
145
            /*
145
            /*
146
             * Client requests to be connected to a service.
146
             * Client requests to be connected to a service.
147
             */
147
             */