Index: abi/include/abi/sysinfo.h
===================================================================
--- abi/include/abi/sysinfo.h	(revision ad211c849e7c6874c1c3f6ce9695684e0420bd95)
+++ abi/include/abi/sysinfo.h	(revision 04b7f2fb762e7d4d05b92755aa752d9adcb7a4a8)
@@ -125,4 +125,12 @@
 } stats_thread_t;
 
+/** Statistics about a single IPC connection
+ *
+ */
+typedef struct {
+	task_id_t caller;  /**< Source task ID */
+	task_id_t callee;  /**< Target task ID */
+} stats_ipcc_t;
+
 /** Statistics about a single exception
  *
