Index: generic/include/proc/task.h
===================================================================
--- generic/include/proc/task.h	(revision 5f62ef99a9c5aa3020510303c82ab8fcbfa0b83b)
+++ generic/include/proc/task.h	(revision 8e0eb6329d476f643af8adc7546d4f1d1b8d77e3)
@@ -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 */
