Changeset eb3d379 in mainline for generic/include/proc/task.h


Ignore:
Timestamp:
2006-06-04T15:58:01Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8adafa0
Parents:
7669bcf
Message:

Slightly remodelled ipc hangups to facilitate correct cleanup.
Doc updates for frame allocator.

File:
1 edited

Legend:

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

    r7669bcf reb3d379  
    5252        answerbox_t answerbox;  /**< Communication endpoint */
    5353        phone_t phones[IPC_MAX_PHONES];
    54         atomic_t active_calls;  /**< Active asynchronous messages */
     54        atomic_t active_calls;  /**< Active asynchronous messages.
     55                                 *   It is used for limiting uspace to
     56                                 *   certain extent. */
    5557       
    5658        task_arch_t arch;       /**< Architecture specific task data. */
Note: See TracChangeset for help on using the changeset viewer.