Index: generic/include/proc/task.h
===================================================================
--- generic/include/proc/task.h	(revision f76fed4ce9ef078664208e11cf713b1e09aa3a72)
+++ generic/include/proc/task.h	(revision 5c089c3a1844b12110b689bce338fdd5d4d26e7a)
@@ -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];
 };
 
