Index: libcfa/src/concurrency/io/types.hfa
===================================================================
--- libcfa/src/concurrency/io/types.hfa	(revision 78a580d0f8719cd1f71563bdcdef7a9930002650)
+++ libcfa/src/concurrency/io/types.hfa	(revision 3caf5e37ee553cf8f3b0cae6d46bb65b3d8293fa)
@@ -135,4 +135,8 @@
 	};
 
+	static inline unsigned long long ts($io_context *& this) {
+		return this->cq.ts;
+	}
+
 	struct __pending_alloc {
 		inline __outstanding_io;
