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