Index: generic/include/ipc/ipc.h
===================================================================
--- generic/include/ipc/ipc.h	(revision eb3d3796fe70e08b188cec351b1979d97243c33f)
+++ generic/include/ipc/ipc.h	(revision c778c1a5271c971524259937fb765673c3c952fc)
@@ -186,7 +186,8 @@
 } ipc_phone_state_t;
 
+/** Structure identifying phone (in TASK structure) */
 struct phone_s {
 	SPINLOCK_DECLARE(lock);
-	link_t list;
+	link_t link;
 	answerbox_t *callee;
 	ipc_phone_state_t state;
@@ -195,5 +196,5 @@
 
 typedef struct {
-	link_t list;
+	link_t link;
 
 	int flags;
@@ -227,4 +228,5 @@
 extern int ipc_phone_hangup(phone_t *phone, int aggressive);
 extern void ipc_backsend_err(phone_t *phone, call_t *call, __native err);
+extern void ipc_print_task(task_id_t taskid);
 
 extern answerbox_t *ipc_phone_0;
