From fc1044daf51f32b9d85f8497e4e0bd5a3c1e7fe9 Mon Sep 17 00:00:00 2001 From: Timo Teras Date: Wed, 25 Nov 2009 10:52:15 +0200 Subject: libtf: implement basic file i/o with epoll some scetching of i/o api, and implement basic read and write functionality. integrate polling to scheduler and an epoll based polling mechanism. --- src/TFbuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/TFbuild') diff --git a/src/TFbuild b/src/TFbuild index accae6d..9b40443 100644 --- a/src/TFbuild +++ b/src/TFbuild @@ -1,5 +1,5 @@ libs-y += libtf -libtf-objs-y += fiber.o heap.o +libtf-objs-y += fiber.o heap.o io-epoll.o CFLAGS_heap.c += -funroll-all-loops -- cgit v1.2.3