Subversion Repositories HelenOS

Rev

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

Rev 4381 Rev 4407
Line 590... Line 590...
590
        process_notification(callid, call);
590
        process_notification(callid, call);
591
        return;
591
        return;
592
    }
592
    }
593
   
593
   
594
    switch (IPC_GET_METHOD(*call)) {
594
    switch (IPC_GET_METHOD(*call)) {
-
 
595
    case IPC_M_CONNECT_ME:
595
    case IPC_M_CONNECT_ME_TO:
596
    case IPC_M_CONNECT_ME_TO:
596
        /* Open new connection with fibril etc. */
597
        /* Open new connection with fibril etc. */
597
        async_new_connection(IPC_GET_ARG5(*call), callid, call,
598
        async_new_connection(IPC_GET_ARG5(*call), callid, call,
598
            client_connection);
599
            client_connection);
599
        return;
600
        return;