Subversion Repositories HelenOS

Rev

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

Rev 2621 Rev 2635
Line 536... Line 536...
536
    }      
536
    }      
537
 
537
 
538
    switch (IPC_GET_METHOD(*call)) {
538
    switch (IPC_GET_METHOD(*call)) {
539
    case IPC_M_CONNECT_ME_TO:
539
    case IPC_M_CONNECT_ME_TO:
540
        /* Open new connection with fibril etc. */
540
        /* Open new connection with fibril etc. */
541
        async_new_connection(IPC_GET_ARG3(*call), callid, call,
541
        async_new_connection(IPC_GET_ARG5(*call), callid, call,
542
            client_connection);
542
            client_connection);
543
        return;
543
        return;
544
    }
544
    }
545
 
545
 
546
    /* Try to route the call through the connection hash table */
546
    /* Try to route the call through the connection hash table */