Subversion Repositories HelenOS

Rev

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

Rev 2479 Rev 2518
Line 133... Line 133...
133
        callid = async_get_call(&call);
133
        callid = async_get_call(&call);
134
        switch (IPC_GET_METHOD(call)) {
134
        switch (IPC_GET_METHOD(call)) {
135
        case IPC_M_PHONE_HUNGUP:
135
        case IPC_M_PHONE_HUNGUP:
136
            /*
136
            /*
137
             * The other side has hung up.
137
             * The other side has hung up.
138
             * Answer the message and exit the pseudo thread.
138
             * Answer the message and exit the fibril.
139
             */
139
             */
140
            ipc_answer_fast(callid, EOK, 0, 0);
140
            ipc_answer_fast(callid, EOK, 0, 0);
141
            return;
141
            return;
142
        case RD_READ_BLOCK:
142
        case RD_READ_BLOCK:
143
            offset = IPC_GET_ARG1(call);
143
            offset = IPC_GET_ARG1(call);