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