Changeset 9cefba4 in mainline for include/proc/task.h


Ignore:
Timestamp:
2005-10-16T19:18:19Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ba1b2194
Parents:
0bed5d0
Message:

Doxygen-style comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/proc/task.h

    r0bed5d0 r9cefba4  
    3636struct task {
    3737        spinlock_t lock;
    38         link_t th_head;         /* list of threads contained in this task */
    39         link_t tasks_link;      /* link to other tasks within the system */
     38        link_t th_head;         /**< List of threads contained in this task. */
     39        link_t tasks_link;      /**< Link to other tasks within the system. */
    4040        vm_t *vm;
    4141};
Note: See TracChangeset for help on using the changeset viewer.