Changeset 764c302 in mainline for kernel/generic/include/proc/task.h


Ignore:
Timestamp:
2006-07-28T23:25:10Z (18 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c049309
Parents:
42d3be3
Message:

initial security context support

File:
1 edited

Legend:

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

    r42d3be3 r764c302  
    2727 */
    2828
    29  /** @addtogroup genericproc
     29/** @addtogroup genericproc
    3030 * @{
    3131 */
     
    5959        as_t *as;               /**< Address space. */
    6060        task_id_t taskid;       /**< Unique identity of task */
     61        context_id_t context;   /**< Task security context */
    6162
    6263        /** If this is true, new threads can become part of the task. */
Note: See TracChangeset for help on using the changeset viewer.