Changeset 286e03d in mainline for generic/include/proc/task.h


Ignore:
Timestamp:
2006-03-15T11:44:26Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8965838e
Parents:
91d5ad6
Message:

Added support for taskid.

File:
1 edited

Legend:

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

    r91d5ad6 r286e03d  
    4141        link_t tasks_link;      /**< Link to other tasks within the system. */
    4242        as_t *as;               /**< Address space. */
     43        task_id_t taskid;           /**< Unique identity of task */
     44
    4345        /* IPC stuff */
    4446        answerbox_t answerbox;  /**< Communication endpoint */
Note: See TracChangeset for help on using the changeset viewer.