Index: generic/include/proc/task.h
===================================================================
--- generic/include/proc/task.h	(revision 5c9a08b46f360925ecb95360eb2b35b88a5f8087)
+++ generic/include/proc/task.h	(revision 45d6adde55643185b15a7b3933e371a72a6769d8)
@@ -33,4 +33,5 @@
 #include <synch/spinlock.h>
 #include <adt/list.h>
+#include <ipc/ipc.h>
 
 /** Task structure. */
@@ -40,4 +41,6 @@
 	link_t tasks_link;	/**< Link to other tasks within the system. */
 	as_t *as;		/**< Address space. */
+	answerbox_t answerbox;  /**< Communication endpoint */
+	phone_t phones[IPC_MAX_PHONES];
 };
 
