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


Ignore:
Timestamp:
2006-06-05T14:11:18Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9c1c677
Parents:
e090e1bc
Message:

Kill task when its main thread exits.

File:
1 edited

Legend:

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

    re090e1bc rb91bb65  
    4949       
    5050        char *name;
     51        thread_t *main_thread;  /**< Pointer to the main thread. */
    5152        link_t th_head;         /**< List of threads contained in this task. */
    5253        as_t *as;               /**< Address space. */
Note: See TracChangeset for help on using the changeset viewer.