Index: abi/include/abi/sysinfo.h
===================================================================
--- abi/include/abi/sysinfo.h	(revision ad211c849e7c6874c1c3f6ce9695684e0420bd95)
+++ abi/include/abi/sysinfo.h	(revision 9e45a41bf9c7ec9dad05a48190d9686e6b97e133)
@@ -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
  *
