From 23b95bf1a15322c2f471b80c06cb65d9b2d2a282 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Ter=C3=A4s?= Date: Fri, 2 Jul 2010 20:23:07 +0300 Subject: libtf: major redesign started the idea is to make libtf completely multi-threaded. meaning each fiber can be running concurrently in separate thread. quite a bit of framework is added for this and some atomic helpers are already introduced. however, io polling is busy polling now (will be soon in own thread) and timeouts are still more or less broken. oh, and the multithreading core is not there yet. basically we are currently mostly broken ;) --- include/libtf/tf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/libtf/tf.h') diff --git a/include/libtf/tf.h b/include/libtf/tf.h index e613f18..d052ee7 100644 --- a/include/libtf/tf.h +++ b/include/libtf/tf.h @@ -14,7 +14,7 @@ #define TF_H #include -#include +#include #include #endif -- cgit v1.2.3