Changeset 97d17fe in mainline for kernel/generic/include/proc/task.h


Ignore:
Timestamp:
2010-12-11T21:47:37Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
554debd
Parents:
c01f8e6
Message:

Associate the limit of active calls with a phone rather than the task.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/proc/task.h

    rc01f8e6 r97d17fe  
    9393        phone_t phones[IPC_MAX_PHONES];
    9494        stats_ipc_t ipc_info;   /**< IPC statistics */
    95         /**
    96          * Active asynchronous messages. It is used for limiting uspace to
    97          * certain extent.
    98          */
    99         atomic_t active_calls;
    10095        /** List of synchronous answerboxes. */
    10196        link_t sync_box_head;
Note: See TracChangeset for help on using the changeset viewer.