Changeset 5f62ef9 in mainline for generic/include/proc/task.h


Ignore:
Timestamp:
2006-03-14T23:47:04Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d99d8c8
Parents:
1065603e
Message:

Completed asynchronous ipc.

File:
1 edited

Legend:

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

    r1065603e r5f62ef9  
    4141        link_t tasks_link;      /**< Link to other tasks within the system. */
    4242        as_t *as;               /**< Address space. */
     43        /* IPC stuff */
    4344        answerbox_t answerbox;  /**< Communication endpoint */
    4445        phone_t phones[IPC_MAX_PHONES];
     46        atomic_t active_calls;  /**< Active asynchronous messages */
    4547};
    4648
Note: See TracChangeset for help on using the changeset viewer.