Changeset 6d9c49a in mainline for generic/include/proc/task.h


Ignore:
Timestamp:
2006-03-13T19:39:30Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
45d6add
Parents:
78a95d6f
Message:

Added kernel IPC functionality.

File:
1 edited

Legend:

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

    r78a95d6f r6d9c49a  
    3333#include <synch/spinlock.h>
    3434#include <adt/list.h>
     35#include <ipc/ipc.h>
    3536
    3637/** Task structure. */
     
    4041        link_t tasks_link;      /**< Link to other tasks within the system. */
    4142        as_t *as;               /**< Address space. */
     43        answerbox_t answerbox;  /**< Communication endpoint */
     44        phone_t phones[IPC_MAX_PHONES];
    4245};
    4346
Note: See TracChangeset for help on using the changeset viewer.