Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1584 → Rev 1585

/kernel/trunk/generic/include/proc/task.h
48,6 → 48,7
SPINLOCK_DECLARE(lock);
char *name;
thread_t *main_thread; /**< Pointer to the main thread. */
link_t th_head; /**< List of threads contained in this task. */
as_t *as; /**< Address space. */
task_id_t taskid; /**< Unique identity of task */