Index: generic/include/proc/task.h
===================================================================
--- generic/include/proc/task.h	(revision 5f62ef99a9c5aa3020510303c82ab8fcbfa0b83b)
+++ generic/include/proc/task.h	(revision 2f7342d12561f9ee108f176359ac9eaea16c4e7c)
@@ -41,4 +41,6 @@
 	link_t tasks_link;	/**< Link to other tasks within the system. */
 	as_t *as;		/**< Address space. */
+	task_id_t taskid;           /**< Unique identity of task */
+
 	/* IPC stuff */
 	answerbox_t answerbox;  /**< Communication endpoint */
