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


Ignore:
Timestamp:
2006-07-28T23:25:10Z (19 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/thread.h

    r42d3be3 r764c302  
    2727 */
    2828
    29  /** @addtogroup genericproc
     29/** @addtogroup genericproc
    3030 * @{
    3131 */
     
    147147        int priority;                           /**< Thread's priority. Implemented as index to CPU->rq */
    148148        uint32_t tid;                           /**< Thread ID. */
     149        context_id_t context;           /**< Thread security context */
    149150       
    150151        thread_arch_t arch;                     /**< Architecture-specific data. */
     
    193194#endif
    194195
    195  /** @}
     196/** @}
    196197 */
    197 
Note: See TracChangeset for help on using the changeset viewer.