Subversion Repositories HelenOS

Rev

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

Rev 2494 Rev 2601
Line 231... Line 231...
231
 
231
 
232
/** Unsafe unchecking version of ipc_call.
232
/** Unsafe unchecking version of ipc_call.
233
 *
233
 *
234
 * @param phone     Phone structure the call comes from.
234
 * @param phone     Phone structure the call comes from.
235
 * @param box       Destination answerbox structure.
235
 * @param box       Destination answerbox structure.
-
 
236
 * @param call      Call structure with request.
236
 */
237
 */
237
static void _ipc_call(phone_t *phone, answerbox_t *box, call_t *call)
238
static void _ipc_call(phone_t *phone, answerbox_t *box, call_t *call)
238
{
239
{
239
    if (!(call->flags & IPC_CALL_FORWARDED)) {
240
    if (!(call->flags & IPC_CALL_FORWARDED)) {
240
        atomic_inc(&phone->active_calls);
241
        atomic_inc(&phone->active_calls);