Index: libcfa/src/concurrency/io/types.hfa
===================================================================
--- libcfa/src/concurrency/io/types.hfa	(revision e8ac228900004e69640f1d1526767fb1461d75a9)
+++ libcfa/src/concurrency/io/types.hfa	(revision 4087baf4c14f5e44023d455a54e679b6e8c2ad42)
@@ -188,3 +188,7 @@
 		return wait(this.self);
 	}
+
+	void reset( io_future_t & this ) {
+		return reset(this.self);
+	}
 }
